Update hcsshim to include DSR features

This commit is contained in:
Kalya Subramanian
2019-05-20 21:54:44 +00:00
parent 07e3b7cdca
commit c32c26000d
17 changed files with 160 additions and 84 deletions

View File

@@ -20,6 +20,13 @@ type Plan9Share struct {
Port int32 `json:"Port,omitempty"`
// Flags are marked private. Until they are exported correctly
//
// ReadOnly 0x00000001
// LinuxMetadata 0x00000004
// CaseSensitive 0x00000008
Flags int32 `json:"Flags,omitempty"`
ReadOnly bool `json:"ReadOnly,omitempty"`
UseShareRootIdentity bool `json:"UseShareRootIdentity,omitempty"`