From c3455dcb7951069dab99effae71aac2a14961823 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 19 Aug 2016 17:31:01 +0200 Subject: client: Additional counters for the statistics Add more counters and start counting them when reading from the PCAP library and when trying to write to the socket. Change-Id: I52d3064a265b402ac849d8578a14f718156c0805 --- include/osmo-pcap/osmo_pcap_client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/osmo-pcap/osmo_pcap_client.h b/include/osmo-pcap/osmo_pcap_client.h index 3cc3080..90cd5ad 100644 --- a/include/osmo-pcap/osmo_pcap_client.h +++ b/include/osmo-pcap/osmo_pcap_client.h @@ -36,6 +36,8 @@ enum { CLIENT_CTR_2BIG, CLIENT_CTR_NOMEM, CLIENT_CTR_QERR, + CLIENT_CTR_PERR, + CLIENT_CTR_WERR, }; struct osmo_pcap_client { -- cgit v1.2.3