Skip to content

Commit

Permalink
remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Apr 14, 2024
1 parent 8e029b6 commit 2a18028
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions proto/viam/robot/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,6 @@ message RestartModuleRequest {
string module_id = 1;
string module_name = 2;
}
// optional process shutdown params
int32 signal = 3;
int32 timeout_seconds = 4;
}

message RestartModuleResponse {
bool module_found = 1;
bool timed_out = 2;
int32 exit_code = 3;
}
message RestartModuleResponse {}

0 comments on commit 2a18028

Please sign in to comment.