Skip to content

Commit

Permalink
[RPC] Adding required fields to the RegisterDriver RPC call.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Feb 13, 2024
1 parent 10c4f69 commit 9b6d948
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpc/protos/erdos_scheduler.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ message RegisterDriverRequest {
message RegisterDriverResponse {
bool success = 1;
string message = 2;
// The following fields are used to communicate the worker that the driver
// has been scheduled on.
string worker_name = 3;
string worker_id = 4;
}

/// Application related RPC structures.
Expand Down

0 comments on commit 9b6d948

Please sign in to comment.