Skip to content

Commit

Permalink
Merge pull request logrhythm#104 from Ryan-Kophs/validateAbstract
Browse files Browse the repository at this point in the history
Merged after code review and test
  • Loading branch information
Kjell committed Jan 9, 2014
2 parents ac87802 + ab9a61e commit 2d6f1da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions protofiles/ConfTypeMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ message ConfType {
NTP = 7;
SHUTDOWN = 8;
Applications = 9;
CONFIG_DEFAULTS = 10;
}
enum Direction {
RECEIVING = 0;
Expand Down
8 changes: 4 additions & 4 deletions protofiles/ConfigDefaults.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ message ConfigDefaults {
message DefaultValues {
optional ConfType.Type type = 1;
optional string configName = 2;
optional string defaultU64 = 3;
optional string maxU64 = 4;
optional string minU64 = 5;

optional string defaultval = 3;
optional string max = 4;
optional string min = 5;
optional string rangetype = 6;
}

repeated DefaultValues values = 1;
Expand Down

0 comments on commit 2d6f1da

Please sign in to comment.