github.com/Ptt-official-app/go-bbs@v0.12.0/cache/systemvshm_darwin.go (about)

     1  // +build darwin
     2  
     3  package cache
     4  
     5  type ShmidDs struct {
     6  	x struct {
     7  		uid  int32
     8  		gid  int32
     9  		cuid int32
    10  		cgid int32
    11  		mode int32
    12  		_seq int16
    13  		_key uint16
    14  	}
    15  	ShmSegsz    uint64
    16  	ShmLpid     int32
    17  	ShmCpid     int32
    18  	ShmNattach  int16
    19  	shmAtime    int64
    20  	shmDtime    int64
    21  	shmCtime    int64
    22  	shmInternal int64
    23  }