aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gtphub.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gtphub.h')
-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 {