Skip to content

Commit

Permalink
[RPC] Added timestamp to RegisterDriverRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Feb 13, 2024
1 parent e401823 commit 014901c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/protos/erdos_scheduler.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ message RegisterDriverRequest {
string uri = 2;
int32 cores = 3;
int32 memory = 4;
uint64 timestamp = 5;
}

message RegisterDriverResponse {
Expand Down

0 comments on commit 014901c

Please sign in to comment.