libc
::
bindings
::
utmp
Fields
ut_type
ut_pid
ut_line
ut_id
ut_user
ut_host
ut_exit
ut_session
ut_tv
ut_addr_v6
unused
Struct
libc
::
bindings
::
utmp
#[cfg]
struct
utmp
{ ... }
source
Fields
ut_type:
c_short
ut_pid:
pid_t
ut_line: [
c_char
; 32]
ut_id: [
c_char
; 4]
ut_user: [
c_char
; 32]
ut_host: [
c_char
; 256]
ut_exit:
exit_status
ut_session:
c_long
ut_tv:
timeval
ut_addr_v6: [
i32
; 4]
unused: [
c_char
; 20]