From 6292c66b8d281f9d8f6230b1889bbbf3b308746c Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 16 Apr 2025 19:50:56 -0500 Subject: T7363: add session search and update by pid --- data/vyconf.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data') diff --git a/data/vyconf.proto b/data/vyconf.proto index f77b035..6ad95d8 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -18,6 +18,14 @@ message Request { optional int32 OnBehalfOf = 3; } + message SessionOfPid { + required int32 ClientPid = 1; + } + + message SessionUpdatePid { + required int32 ClientPid = 1; + } + message Teardown { optional int32 OnBehalfOf = 1; } @@ -160,6 +168,8 @@ message Request { Load load = 24; Discard discard = 25; SessionChanged session_changed = 26; + SessionOfPid session_of_pid = 27; + SessionUpdatePid session_update_pid = 28; } } -- cgit v1.2.3