Skip to content

Commit

Permalink
Merge pull request logrhythm#66 from Robert-Weber/lastUpdate
Browse files Browse the repository at this point in the history
New fields for quick searches across intermediate flows
  • Loading branch information
Ben Aldrich committed Aug 23, 2013
2 parents c27169d + 47a9924 commit 05c0186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protofiles/DpiMsgLRproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ message DpiMsgLRproto
optional uint64 fieldCount = 34;
optional string debugMessage = 35;
optional uint32 ApplicationId = 36 [default = 0];
optional bool LatestUpdate = 37 [default = true];
optional uint64 TimePrevious = 38;
repeated bytes framed_ipQ_PROTO_DIAMETER = 343; // QOSMOS:Q_PROTO_DIAMETER,Q_DIAMETER_FRAMED_IP
repeated bytes applicationQ_PROTO_BASE = 344; // QOSMOS:Q_PROTO_BASE,Q_BASE_APPLICATION
optional uint32 timeQ_PROTO_BASE = 345; // QOSMOS:Q_PROTO_BASE,Q_BASE_TIME
Expand Down
2 changes: 2 additions & 0 deletions resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ message DpiMsgLRproto
optional uint64 fieldCount = 34;
optional string debugMessage = 35;
optional uint32 ApplicationId = 36 [default = 0];
optional bool LatestUpdate = 37 [default = true];
optional uint64 TimePrevious = 38;

0 comments on commit 05c0186

Please sign in to comment.