Browse Source

Merge pull request #265 from Microsoft/10662-compileagain

Windows: Allow compilation (again)
Madhu Venugopal 10 years ago
parent
commit
704da9d865
1 changed files with 8 additions and 0 deletions
  1. 8 0
      libnetwork/sandbox/namespace_unsupported.go

+ 8 - 0
libnetwork/sandbox/namespace_unsupported.go

@@ -0,0 +1,8 @@
+// +build !linux
+
+package sandbox
+
+// GC triggers garbage collection of namespace path right away
+// and waits for it.
+func GC() {
+}