Skip to content

Commit

Permalink
Merge pull request elastic#194 from kjell-hedstrom/HeaderWasWritten
Browse files Browse the repository at this point in the history
Header was written
  • Loading branch information
weberr13 committed Jun 20, 2014
2 parents e391432 + b18d2d7 commit f13251d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion protofiles/BaseConfMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@ message BaseConf {
optional string flowReportInterval = 48;
optional string esIndexerQueueSize = 49;
optional string syslogQueue = 50;
optional string diskpacketwriterQueueSize = 51;
optional string diskpacketwriterFeedbackQueueSize = 52;

// REMEMBER to add any new parameters to the unit test at

// REMEMBER to :
// 1. Add Default validation for ANY new parameter you add above
// 2. add any new parameters to the unit test at
// Research/test/ConfBaseValidationTests.cpp :
// ValidateAllFieldsSetInvalidOnXLowerBound
// ValidateAllFieldsSetInvalidOnXUpperBound
Expand Down
1 change: 1 addition & 0 deletions protofiles/DpiMsgLRproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ message DpiMsgLRproto
repeated uint32 DestIP6 = 43;
optional string RawData = 44;
optional uint64 TimeEnd = 45;
optional bool HeaderWritten = 46;
// REMEMBER TO UPDATE resources/DpiMsgLRproto.protoheader as well

repeated bytes framed_ipQ_PROTO_DIAMETER = 343; // QOSMOS:Q_PROTO_DIAMETER,Q_DIAMETER_FRAMED_IP
Expand Down
1 change: 1 addition & 0 deletions resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ message DpiMsgLRproto
repeated uint32 DestIP6 = 43;
optional string RawData = 44;
optional uint64 TimeEnd = 45;
optional bool HeaderWritten = 46;
// REMEMBER TO UPDATE resources/DpiMsgLRproto.protoheader as well

0 comments on commit f13251d

Please sign in to comment.