author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
1 /** @file ../include/utmp.h
2 @internalComponent
3 */
5 /** @def _PATH_UTMP
7 This macro is used to specify the user accounting database.
9 @publishedAll
10 @externallyDefinedApi
11 */
13 /** @def _PATH_WTMP
15 This macro is used to specify the user accounting log file.
17 @publishedAll
18 @externallyDefinedApi
19 */
22 /** @def _PATH_LASTLOG
24 HAVE_LASTLOG_H
26 @publishedAll
27 @released
28 */
31 /** @def UT_NAMESIZE
33 Max name size
35 @publishedAll
36 @externallyDefinedApi
37 */
39 /** @def UT_LINESIZE
41 line size
43 @publishedAll
44 @externallyDefinedApi
45 */
47 /** @def UT_HOSTSIZE
49 host size
51 @publishedAll
52 @externallyDefinedApi
53 */
56 /** @struct utmp
58 Contains the following fields,
60 @publishedAll
61 @externallyDefinedApi
62 */
64 /** @var utmp::ut_line
65 Device name (console or lnxx).
66 */
68 /** @var utmp::ut_name
69 User login name
70 */
72 /** @var utmp::ut_host
73 host name
74 */
76 /** @var utmp::ut_time
77 Time at which the entry was made.
78 */
80 /** @struct lastlog
82 The structure of the log file and how to change user's entry.
84 @publishedAll
85 @released
86 */