summaryrefslogtreecommitdiff
path: root/data/vyconf.proto
diff options
context:
space:
mode:
Diffstat (limited to 'data/vyconf.proto')
-rw-r--r--data/vyconf.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto
index 308bd6b..30f213c 100644
--- a/data/vyconf.proto
+++ b/data/vyconf.proto
@@ -26,6 +26,10 @@ message Request {
required int32 ClientPid = 1;
}
+ message GetConfig {
+ optional int32 dummy = 1;
+ }
+
message Teardown {
optional int32 OnBehalfOf = 1;
}
@@ -170,6 +174,7 @@ message Request {
SessionChanged session_changed = 26;
SessionOfPid session_of_pid = 27;
SessionUpdatePid session_update_pid = 28;
+ GetConfig get_config = 29;
}
}