This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
a6d35a822e
moby--moby
/
vendor
/
github.com
/
vishvananda
/
netns
/
netns_linux_386.go
8 lines
63 B
Go
Raw
Normal View
History
Unescape
Escape
libnetwork: Add garbage collection trigger When the daemon is going down trigger immediate garbage collection of libnetwork resources deleted like namespace path since there will be no way to remove them when the daemon restarts. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-06-05 18:02:56 -04:00
// +build linux,386
Vendoring in libnetwork, netns, netlink Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-05-06 20:09:12 -04:00
package
netns
const
(
SYS_SETNS
=
346
)
Copy permalink