commit | 86103144360f8c518d3c8445bbec6030ec6091e7 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Fri Sep 03 15:13:20 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri Sep 03 15:13:20 2021 +0200 |
tree | 0fe3cfc86e6ec598eac3c446e00efb9203a872bf | |
parent | 035b5431c1cd35d984e3e252e9e6f9c67e0cc871 [diff] [blame] |
Add WithNonactiveKillSwitches field to GetKillSwitchOverviewRequest This will be used by the extension to only get active kill switches. Change-Id: Ibe7ad4cdb74ab7b385f3d18b70e74da6b834375c
diff --git a/api_proto/kill_switch.proto b/api_proto/kill_switch.proto index 9b2f450..b3ffb70 100644 --- a/api_proto/kill_switch.proto +++ b/api_proto/kill_switch.proto
@@ -28,6 +28,7 @@ } message GetKillSwitchOverviewRequest { + bool with_nonactive_kill_switches = 1; } message GetKillSwitchOverviewResponse {