Skip to content

Commit

Permalink
Added fields used by worker threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Senna committed Jul 2, 2024
1 parent ed41e6f commit 4193d2a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ message Ack {

message HandleList {
repeated string handle_list = 1;
string context = 2;
int32 request_type = 2;
int64 hebbian_network = 3;
string context = 4;
}

message HandleCount {
map<string, uint32> handle_count = 1;
string context = 2;
int32 request_type = 2;
int64 hebbian_network = 3;
string context = 4;
}

0 comments on commit 4193d2a

Please sign in to comment.