aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-11-20 01:28:40 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-03 11:39:39 +0100
commit1ba50c659801fd8ba811dd898236134c0f0a7011 (patch)
tree5c6ff36c9c022ea40cdd067f9b11e46c449a12da /openbsc/include
parentdba6d1af697a027e9529b61925a6c78603b552a7 (diff)
gtphub: add first rate counters
Sponsored-by: On-Waves ehi
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gtphub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gtphub.h b/openbsc/include/openbsc/gtphub.h
index b375391dd..0b85d82b3 100644
--- a/openbsc/include/openbsc/gtphub.h
+++ b/openbsc/include/openbsc/gtphub.h
@@ -26,6 +26,7 @@
#include <osmocom/core/select.h>
#include <osmocom/core/timer.h>
+#include <osmocom/core/rate_ctr.h>
#include <openbsc/gprs_sgsn.h>
@@ -378,6 +379,7 @@ struct gtphub_bind {
struct llist_head peers;
const char *label; /* For logging */
+ struct rate_ctr_group *counters_io;
};
struct gtphub_resolved_ggsn {