1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/include/utmp.dosc Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,86 @@
1.4 +/** @file ../include/utmp.h
1.5 +@internalComponent
1.6 +*/
1.7 +
1.8 +/** @def _PATH_UTMP
1.9 +
1.10 +This macro is used to specify the user accounting database.
1.11 +
1.12 +@publishedAll
1.13 +@externallyDefinedApi
1.14 +*/
1.15 +
1.16 +/** @def _PATH_WTMP
1.17 +
1.18 +This macro is used to specify the user accounting log file.
1.19 +
1.20 +@publishedAll
1.21 +@externallyDefinedApi
1.22 +*/
1.23 +
1.24 +
1.25 +/** @def _PATH_LASTLOG
1.26 +
1.27 +HAVE_LASTLOG_H
1.28 +
1.29 +@publishedAll
1.30 +@released
1.31 +*/
1.32 +
1.33 +
1.34 +/** @def UT_NAMESIZE
1.35 +
1.36 +Max name size
1.37 +
1.38 +@publishedAll
1.39 +@externallyDefinedApi
1.40 +*/
1.41 +
1.42 +/** @def UT_LINESIZE
1.43 +
1.44 +line size
1.45 +
1.46 +@publishedAll
1.47 +@externallyDefinedApi
1.48 +*/
1.49 +
1.50 +/** @def UT_HOSTSIZE
1.51 +
1.52 +host size
1.53 +
1.54 +@publishedAll
1.55 +@externallyDefinedApi
1.56 +*/
1.57 +
1.58 +
1.59 +/** @struct utmp
1.60 +
1.61 +Contains the following fields,
1.62 +
1.63 +@publishedAll
1.64 +@externallyDefinedApi
1.65 +*/
1.66 +
1.67 +/** @var utmp::ut_line
1.68 +Device name (console or lnxx).
1.69 +*/
1.70 +
1.71 +/** @var utmp::ut_name
1.72 +User login name
1.73 +*/
1.74 +
1.75 +/** @var utmp::ut_host
1.76 +host name
1.77 +*/
1.78 +
1.79 +/** @var utmp::ut_time
1.80 +Time at which the entry was made.
1.81 +*/
1.82 +
1.83 +/** @struct lastlog
1.84 +
1.85 +The structure of the log file and how to change user's entry.
1.86 +
1.87 +@publishedAll
1.88 +@released
1.89 +*/