aboutsummaryrefslogtreecommitdiffstats
path: root/src/mncc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mncc.h')
-rw-r--r--src/mncc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mncc.h b/src/mncc.h
index 5cbee4d..5944a1b 100644
--- a/src/mncc.h
+++ b/src/mncc.h
@@ -3,6 +3,8 @@
#include <osmocom/core/select.h>
#include <osmocom/core/timer.h>
+#include <stdint.h>
+
struct app_config;
enum {
@@ -18,6 +20,7 @@ struct mncc_connection {
struct osmo_timer_list reconnect;
+ uint32_t last_callref;
/* callback for application logic */
void (*on_disconnect)(struct mncc_connection *);