telegraf/plugins/system/ps/host/types_darwin.go

18 lines
211 B
Go
Raw Normal View History

2015-04-04 00:22:31 +00:00
// +build ignore
// plus hand editing about timeval
/*
Input to cgo -godefs.
*/
package host
/*
#include <sys/time.h>
#include <utmpx.h>
*/
import "C"
type Utmpx C.struct_utmpx
type Timeval C.struct_timeval