...

Source file src/github.com/shirou/gopsutil/host/host_darwin_386.go

Documentation: github.com/shirou/gopsutil/host

     1  // Created by cgo -godefs - DO NOT EDIT
     2  // cgo -godefs types_darwin.go
     3  
     4  package host
     5  
     6  type Utmpx struct {
     7  	User      [256]int8
     8  	ID        [4]int8
     9  	Line      [32]int8
    10  	Pid       int32
    11  	Type      int16
    12  	Pad_cgo_0 [6]byte
    13  	Tv        Timeval
    14  	Host      [256]int8
    15  	Pad       [16]uint32
    16  }
    17  type Timeval struct {
    18  	Sec int32
    19  }
    20  

View as plain text