|
|
|
| Interface status: | externallyDefinedApi |
struct utmp;
Contains the following fields,
Defined in utmp:
ut_hosthost name ut_lineDevice name (console or lnxx). ut_name
User login name ut_time
Time at which the entry was made. | Interface status: | externallyDefinedApi | Inherited from: utmp |
char ut_line[8];
Device name (console or lnxx).
| Interface status: | externallyDefinedApi | Inherited from: utmp |
char ut_name[16];
User login name
| Interface status: | externallyDefinedApi | Inherited from: utmp |
int32_t ut_time;
Time at which the entry was made.