aboutsummaryrefslogtreecommitdiffstats
path: root/include/sctp_m2ua.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sctp_m2ua.h')
-rw-r--r--include/sctp_m2ua.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sctp_m2ua.h b/include/sctp_m2ua.h
index 2ae1472..96ee200 100644
--- a/include/sctp_m2ua.h
+++ b/include/sctp_m2ua.h
@@ -21,7 +21,7 @@
#include "mtp_data.h"
#include <osmocom/m2ua/m2ua_msg.h>
-#include <osmocore/write_queue.h>
+#include <osmocom/core/write_queue.h>
#include <netinet/in.h>
#include <netinet/sctp.h>
@@ -36,7 +36,7 @@ struct mtp_link;
struct sctp_m2ua_transport {
int started;
struct llist_head conns;
- struct bsc_fd bsc;
+ struct osmo_fd bsc;
struct llist_head links;
};
@@ -69,7 +69,7 @@ struct sctp_m2ua_conn {
uint8_t asp_ident[4];
int asp_up;
- struct write_queue queue;
+ struct osmo_wqueue queue;
struct sctp_m2ua_transport *trans;
};