File: netns_linux_amd64.go

package info (click to toggle)
golang-github-vishvananda-netns 0.0~git20150710.0.604eaf1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 140 kB
  • sloc: sh: 97; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
// +build linux,amd64

package netns

const (
	SYS_SETNS = 308
)