summaryrefslogtreecommitdiff
path: root/cmds/statsd/src/shell/shell_config.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/statsd/src/shell/shell_config.proto')
-rw-r--r--cmds/statsd/src/shell/shell_config.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/statsd/src/shell/shell_config.proto b/cmds/statsd/src/shell/shell_config.proto
index 73cb49a61821..07d0310ef2dd 100644
--- a/cmds/statsd/src/shell/shell_config.proto
+++ b/cmds/statsd/src/shell/shell_config.proto
@@ -28,6 +28,9 @@ message PulledAtomSubscription {
/* gap between two pulls in milliseconds */
optional int32 freq_millis = 2;
+
+ /* Packages that the pull is requested from */
+ repeated string packages = 3;
}
message ShellSubscription {