adds PV for number of missed udp packets
This commit is contained in:
@@ -96,6 +96,7 @@ struct __attribute__((__packed__)) NormalisedEvent {
|
||||
#define P_RateString "RATE%d"
|
||||
#define P_ClearCountsString "C_%d"
|
||||
|
||||
#define P_UdpDroppedString "DROP"
|
||||
#define P_UdpQueueHighWaterMarkString "UDP"
|
||||
#define P_SortedQueueHighWaterMarkString "SORT"
|
||||
|
||||
@@ -139,6 +140,7 @@ class asynStreamGeneratorDriver : public asynPortDriver {
|
||||
int *P_ClearCounts;
|
||||
|
||||
// System Status Parameter Identifying IDs
|
||||
int P_UdpDropped;
|
||||
int P_UdpQueueHighWaterMark;
|
||||
int P_SortedQueueHighWaterMark;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user