From dde0df46020b74152cc09cf115b57edc20f1f12e Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 17 Dec 2015 12:14:13 +0300 Subject: [PATCH] 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 Acked-by: Tycho Andersen Signed-off-by: Pavel Emelyanov --- protobuf/core.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protobuf/core.proto b/protobuf/core.proto index 189acf430..6def5d9a1 100644 --- a/protobuf/core.proto +++ b/protobuf/core.proto @@ -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 {