Skip to content

Commit

Permalink
Merge pull request logrhythm#62 from Robert-Weber/FlowApplicationStatBug
Browse files Browse the repository at this point in the history
Added *our* application ID to the protomessage for graph coloring/etc
  • Loading branch information
Ben Aldrich committed Aug 12, 2013
2 parents ac5c34f + 72d5f8c commit 0ff0169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions protofiles/DpiMsgLRproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ message DpiMsgLRproto
optional uint32 threadId = 33;
optional uint64 fieldCount = 34;
optional string debugMessage = 35;
optional uint32 ApplicationId = 36 [default = 0];
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
1 change: 1 addition & 0 deletions resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ message DpiMsgLRproto
optional uint32 threadId = 33;
optional uint64 fieldCount = 34;
optional string debugMessage = 35;
optional uint32 ApplicationId = 36 [default = 0];

0 comments on commit 0ff0169

Please sign in to comment.