diff --git a/common.proto b/common.proto index ad84b69..c0f1240 100644 --- a/common.proto +++ b/common.proto @@ -10,8 +10,10 @@ message Ack { message HandleList { repeated string handle_list = 1; + string context = 2; } message HandleCount { map handle_count = 1; + string context = 2; }