Skip to content

Commit

Permalink
Merge pull request #8 from singnet/senna-6-2
Browse files Browse the repository at this point in the history
[#6] Added fields used by worker threads
  • Loading branch information
andre-senna authored Jul 2, 2024
2 parents ed41e6f + 4193d2a commit ec2d346
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 ec2d346

Please sign in to comment.