utmpx
#define timeval
struct utmpx { char ut_user[_UTMPX_USER_SIZE]; char ut_id[_UTMPX_ID_SIZE]; char ut_line[_UTMPX_LINE_SIZE]; pid_t ut_pid; short ut_type; struct timeval ut_tv; char _padding[272]; };