host_darwin_amd64.go 318 B

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