aboutsummaryrefslogtreecommitdiffstats
path: root/include/sctp_m3ua.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sctp_m3ua.h')
-rw-r--r--include/sctp_m3ua.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sctp_m3ua.h b/include/sctp_m3ua.h
index c7918be..f59b5de 100644
--- a/include/sctp_m3ua.h
+++ b/include/sctp_m3ua.h
@@ -5,11 +5,16 @@
#include "mtp_data.h"
+#include <osmocom/core/write_queue.h>
+
#include <netinet/in.h>
struct mtp_m3ua_client_link {
struct mtp_link *base;
+ struct osmo_wqueue queue;
+ struct osmo_timer_list connect_timer;
+
char *source;
struct sockaddr_in local;