Skip to content

Commit

Permalink
Merge pull request microsoft#141 from Microsoft/jjh/mappeddir
Browse files Browse the repository at this point in the history
Add CreateInUtilityVM to MappedDir
  • Loading branch information
John Howard authored Sep 7, 2017
2 parents 6ea7fe5 + da9e7b7 commit b144c60
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ type Layer struct {
}

type MappedDir struct {
HostPath string
ContainerPath string
ReadOnly bool
BandwidthMaximum uint64
IOPSMaximum uint64
HostPath string
ContainerPath string
ReadOnly bool
BandwidthMaximum uint64
IOPSMaximum uint64
CreateInUtilityVM bool
}

type MappedPipe struct {
Expand Down

0 comments on commit b144c60

Please # to comment.