Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

grpc: specify if shared pidns is needed in CreateSandbox #12

Merged
merged 1 commit into from Nov 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
141 changes: 75 additions & 66 deletions protocols/grpc/hyperstart.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions protocols/grpc/hyperstart.proto
Expand Up @@ -103,6 +103,7 @@ message CreateSandboxRequest {
string hostname = 1;
repeated string dns = 2;
repeated Storage storages = 3;
bool sandbox_pidns = 4;
}

message DestroySandboxRequest {
Expand Down