utmp Struct Reference

#include <stdapis/utmp.h>

struct utmp
Public Attributes
charut_host
charut_line
charut_name
int32_t ut_time

Detailed Description

Contains the following fields,

Member Attribute Documentation

ut_host

charut_host

host name

ut_line

charut_line

Device name (console or lnxx).

ut_name

charut_name

User login name

ut_time

int32_t ut_time

Time at which the entry was made.