This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
netns
mirror of
https://github.com/vishvananda/netns
Watch
1
Star
0
Fork
You've already forked netns
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5478c06011
netns
/
netns_linux_amd64.go
8 lines
65 B
Go
Raw
Normal View
History
Unescape
Escape
Add Build Flags This commit adds build flags for the various architectures to prevent failures when cross compiling. It also fixes errors in netns_unspecified.go by replacing the undefined type Namespace with NsHandle Signed-off-by: Dave Tucker <dt@docker.com>
2015-05-20 18:19:57 +00:00
// +build linux,amd64
Initial commit of netns package
2014-08-31 20:47:35 +00:00
package
netns
const
(
SYS_SETNS
=
308
)