Skip to content

Commit

Permalink
Merge pull request elastic#384 from Tom-Artale/cluster-node-config
Browse files Browse the repository at this point in the history
Added missing proto
  • Loading branch information
Ben Aldrich committed Aug 3, 2015
2 parents 1c8351c + c886ae6 commit e5b6b4a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions protofiles/configelements/ClusterNodeConfig.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package configelements;

option java_package = "com.logrhythm.configelements";
option java_outer_classname = "ClusterNodeConfigMsg";




message ClusterNodeConfig {

message NodeInfo {
optional string hostname = 2;
optional string publicIP = 3;
}

repeated NodeInfo nodeInfo = 1;
}

0 comments on commit e5b6b4a

Please sign in to comment.