Skip to content

Commit

Permalink
Merge pull request elastic#392 from Alex-McKinney/restartServices
Browse files Browse the repository at this point in the history
Added the RestartServices Command request code
  • Loading branch information
KjellKod committed Aug 12, 2015
2 parents 21f6274 + cc14b3f commit 26ecf97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions protofiles/CommandRequest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ message CommandRequest {
LUA_SAVE = 13;
GET_LUA_USER_RULES = 14;
LUA_DELETE = 15;
RESTART_SERVICES = 16;
}
required CommandType type = 1;
required CommandType type = 1;
optional string stringArgOne = 2;
optional string stringArgTwo = 3;
optional bool async = 4;
}


0 comments on commit 26ecf97

Please sign in to comment.