[CRIU] [PATCH 1/8] protobuf: Add thread_sas_entry
Cyrill Gorcunov
gorcunov at openvz.org
Mon Jun 17 12:47:41 EDT 2013
Need it to store thread alternated signal stack.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
protobuf/core.proto | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/protobuf/core.proto b/protobuf/core.proto
index 2351284..f9198e6 100644
--- a/protobuf/core.proto
+++ b/protobuf/core.proto
@@ -25,6 +25,12 @@ message task_kobj_ids_entry {
optional uint32 mnt_ns_id = 9;
}
+message thread_sas_entry {
+ required uint64 ss_sp = 1;
+ required uint64 ss_size = 2;
+ required uint32 ss_flags = 3;
+}
+
message thread_core_entry {
required uint64 futex_rla = 1;
required uint32 futex_rla_len = 2;
@@ -48,4 +54,5 @@ message core_entry {
optional task_core_entry tc = 3;
optional task_kobj_ids_entry ids = 4;
optional thread_core_entry thread_core = 5;
+ optional thread_sas_entry sas = 7;
}
--
1.8.1.4
More information about the CRIU
mailing list