Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions activatelayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions baselayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions callback.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions cgo.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "C"
Expand Down
2 changes: 2 additions & 0 deletions container.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions createlayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions createsandboxlayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions deactivatelayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions destroylayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions errors.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions expandsandboxsize.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions exportlayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions getlayermountpath.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions getsharedbaseimages.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions guid.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions hcsshim.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

// Shim for the Host Compute Service (HCS) to manage Windows Server
// containers and Hyper-V containers.

Expand Down
2 changes: 2 additions & 0 deletions hnsendpoint.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions hnsfuncs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions hnsnetwork.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions hnspolicy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

// Type of Request Support in ModifySystem
Expand Down
2 changes: 2 additions & 0 deletions hnspolicylist.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions importlayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions interface.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions layerexists.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions layerutils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

// This file contains utility functions to support storage (graph) related
Expand Down
2 changes: 2 additions & 0 deletions legacy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
1 change: 1 addition & 0 deletions mksyscall_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ func main() {

// TODO: use println instead to print in the following template
const srcTemplate = `
// +build windows

{{define "main"}}// MACHINE GENERATED BY 'go generate' COMMAND; DO NOT EDIT

Expand Down
2 changes: 2 additions & 0 deletions nametoguid.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions preparelayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions process.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions processimage.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "os"
Expand Down
2 changes: 2 additions & 0 deletions unpreparelayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import "github.com/Sirupsen/logrus"
Expand Down
2 changes: 2 additions & 0 deletions utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

// IsTP4 returns whether the currently running Windows build is at least TP4.
Expand Down
2 changes: 2 additions & 0 deletions waithelper.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package hcsshim

import (
Expand Down
2 changes: 2 additions & 0 deletions zhcsshim.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

// MACHINE GENERATED BY 'go generate' COMMAND; DO NOT EDIT

package hcsshim
Expand Down