Skip to content

Commit

Permalink
Merge pull request elastic#287 from Shweta-Bhandare/2.6.0_ixEngine
Browse files Browse the repository at this point in the history
2.6.0 ix engine
  • Loading branch information
Shweta Bhandare authored and Shweta Bhandare committed Mar 10, 2015
2 parents fb3c81f + 58d82c5 commit 84cbee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion protofiles/ConfigReplyMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ message ConfigReply {
optional ReplyType replyType = 1;
optional string errorMessage = 2;
optional ConfigType configType = 3;
optional bytes serializedConfigMessage = 4;
optional string overrideExtension = 4;
optional bytes serializedConfigMessage = 5;
}
3 changes: 2 additions & 1 deletion protofiles/ConfigRequestMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ message ConfigRequest {

optional RequestType requestType = 1;
optional ConfigType configType = 2;
optional bytes serializedConfigMessage = 3;
optional string override = 3;
optional bytes serializedConfigMessage = 4;
}

0 comments on commit 84cbee6

Please sign in to comment.