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

Commit

Permalink
specify if shared pidns is needed in CreateSandbox
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Tao <bergwolf@gmail.com>
  • Loading branch information
bergwolf committed Nov 28, 2017
1 parent dfaceb1 commit 45ae9a6
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 66 deletions.
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

0 comments on commit 45ae9a6

Please sign in to comment.