libc
::
aarch64_apple_darwin
::
utmpx
Fields
ut_user
ut_id
ut_line
ut_pid
ut_type
ut_tv
ut_host
ut_pad
Struct
libc
::
aarch64_apple_darwin
::
utmpx
struct
utmpx
{ ... }
source
Fields
ut_user: [
c_char
; _UTX_USERSIZE]
ut_id: [
c_char
; _UTX_IDSIZE]
ut_line: [
c_char
; _UTX_LINESIZE]
ut_pid:
pid_t
ut_type:
c_short
ut_tv:
timeval
ut_host: [
c_char
; _UTX_HOSTSIZE]
ut_pad: [
u32
; 16]