...

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

Documentation: github.com/shirou/gopsutil/host

     1  // +build darwin
     2  // +build arm64
     3  // Code generated by cmd/cgo -godefs; DO NOT EDIT.
     4  // cgo -godefs host/types_darwin.go
     5  
     6  package host
     7  
     8  type Utmpx struct {
     9  	User [256]int8
    10  	Id   [4]int8
    11  	Line [32]int8
    12  	Pid  int32
    13  	Type int16
    14  	Tv   Timeval
    15  	Host [256]int8
    16  	Pad  [16]uint32
    17  }
    18  type Timeval struct {
    19  	Sec       int64
    20  	Usec      int32
    21  	Pad_cgo_0 [4]byte
    22  }
    23  

View as plain text