Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Senna committed Aug 29, 2024
1 parent 363e12c commit 63c68fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cache_network.proto → atom_space_node.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ message MessageData {
string command = 1;
repeated string args = 2;
string sender = 3;
string receiver = 4;
bool is_broadcast = 4;
repeated string visited_recipients = 5;
}

service CacheNetwork {
service AtomSpaceNode {
rpc ping (Empty) returns (Ack) {}
rpc execute_message (MessageData) returns (Empty) {}
}

0 comments on commit 63c68fe

Please sign in to comment.