2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-28 21:07:43 +00:00

creds: protobuf -- Move @creds_entry into @thread_core_entry

Creds are per-thread data, declare them appropriately.
We will need this data to restore threads with different
credentials.

(In a scope of https://jira.sw.ru/browse/PSBM-41416)

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov 2015-12-17 12:14:13 +03:00 committed by Pavel Emelyanov
parent 767e3e994e
commit dde0df4602

View File

@ -5,6 +5,7 @@ import "core-ppc64.proto";
import "rlimit.proto";
import "timer.proto";
import "creds.proto";
import "siginfo.proto";
@ -75,6 +76,7 @@ message thread_core_entry {
optional uint32 pdeath_sig = 8;
optional signal_queue_entry signals_p = 9;
optional creds_entry creds = 10;
}
message task_rlimits_entry {