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:
authorPavel Emelyanov <xemul@virtuozzo.com>2017-04-19 16:51:01 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-05-10 04:19:25 +0300
commitfa1fbe08b19010eeabfad9a80dc2e15915f915d1 (patch)
treebf666ab895a824ad69403dd54cb2e793169debef /images/core.proto
parentacda66c294827e1b2135de46df6eae1fbacc4115 (diff)
img: Move sigactions into core
Right now they all sit in a separate file. Since we don't support CLONE_SIGHAND (and don't plan to) it's much better to have them in core, all the more so by the time we dump/restore sigacts, the core entry is at hands already. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'images/core.proto')
-rw-r--r--images/core.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/images/core.proto b/images/core.proto
index 9c2254d32..1f13d4484 100644
--- a/images/core.proto
+++ b/images/core.proto
@@ -8,7 +8,7 @@ import "core-ppc64.proto";
import "rlimit.proto";
import "timer.proto";
import "creds.proto";
-
+import "sa.proto";
import "siginfo.proto";
import "opts.proto";
@@ -45,6 +45,7 @@ message task_core_entry {
optional uint32 loginuid = 13;
optional int32 oom_score_adj = 14;
+ repeated sa_entry sigactions = 15;
}
message task_kobj_ids_entry {