os/ossrv/genericopenlibs/openenvcore/include/utmp.dosc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /** @file  ../include/utmp.h
     2 @internalComponent
     3 */
     4 
     5 /** @def _PATH_UTMP
     6 
     7 This macro is used to specify the user accounting database.
     8 
     9 @publishedAll
    10 @externallyDefinedApi
    11 */
    12 
    13 /** @def _PATH_WTMP
    14 
    15 This macro is used to specify the user accounting log file.
    16 
    17 @publishedAll
    18 @externallyDefinedApi
    19 */
    20 
    21 
    22 /** @def _PATH_LASTLOG
    23 
    24 HAVE_LASTLOG_H
    25 
    26 @publishedAll
    27 @released
    28 */
    29 
    30 
    31 /** @def UT_NAMESIZE
    32 
    33 Max name size
    34 
    35 @publishedAll
    36 @externallyDefinedApi
    37 */
    38 
    39 /** @def UT_LINESIZE
    40 
    41 line size
    42 
    43 @publishedAll
    44 @externallyDefinedApi
    45 */
    46 
    47 /** @def UT_HOSTSIZE
    48 
    49 host size 
    50 
    51 @publishedAll
    52 @externallyDefinedApi
    53 */
    54 
    55 
    56 /** @struct utmp
    57 
    58 Contains the following fields,
    59 
    60 @publishedAll
    61 @externallyDefinedApi
    62 */
    63 
    64 /** @var utmp::ut_line
    65 Device name (console or lnxx). 
    66 */
    67 
    68 /** @var utmp::ut_name
    69 User login name 
    70 */
    71 
    72 /** @var utmp::ut_host
    73 host name 
    74 */
    75 
    76 /** @var utmp::ut_time
    77 Time at which the entry was made.
    78 */
    79 
    80 /** @struct lastlog
    81 
    82 The structure of the log file and how to change user's entry.
    83 
    84 @publishedAll
    85 @released
    86 */