Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov1@gmail.com>2019-02-18 13:35:45 +0300
committerAndrei Vagin <avagin@gmail.com>2019-04-21 06:25:26 +0300
commit38769e94d622ca27396cf962475259f346babf82 (patch)
tree44c2955d30b101dd9cc3303d92cdc4d8caa8065f /images/rpc.proto
parent44a3af2ddb12b919d51e6182093045dc816ff375 (diff)
rpc/libcriu: Add lsm-profile option
The --lsm-profile option allows a container engine to specify LSM profile name. Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Diffstat (limited to 'images/rpc.proto')
-rw-r--r--images/rpc.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/rpc.proto b/images/rpc.proto
index 5c8226d25..af0e99e30 100644
--- a/images/rpc.proto
+++ b/images/rpc.proto
@@ -113,6 +113,7 @@ message criu_opts {
optional bool orphan_pts_master = 50;
optional string config_file = 51;
optional bool tcp_close = 52;
+ optional string lsm_profile = 53;
}
message criu_dump_resp {