Final bit of compiling on Windows
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
cc6ba36498
commit
dd192f4cd9
7 changed files with 361 additions and 269 deletions
|
@ -1 +1,9 @@
|
|||
// +build windows
|
||||
|
||||
package osutils
|
||||
|
||||
// GetOpenFds returns the number of open fds for the process provided by pid
|
||||
// Not supported on Windows (same as for docker daemon)
|
||||
func GetOpenFds(pid int) (int, error) {
|
||||
return -1, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue