aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-08 10:29:23 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-08 10:29:23 +0200
commitff397edf385cc055fe1665780c3a5395ee9d48be (patch)
treede96bb4800ebc23171d48d25e2b8a1a8c662f188 /include/bsc_data.h
parentedfadaeb3d73147a409f0f45afc48f7dc2207853 (diff)
Adopt to recent libosmocore namespace changes and libosmogsm
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 3588ac8..ecd0747 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -24,10 +24,10 @@
#include "mtp_data.h"
-#include <osmocore/linuxlist.h>
-#include <osmocore/select.h>
-#include <osmocore/timer.h>
-#include <osmocore/write_queue.h>
+#include <osmocom/core/linuxlist.h>
+#include <osmocom/core/select.h>
+#include <osmocom/core/timer.h>
+#include <osmocom/core/write_queue.h>
#include <netinet/in.h>
#include <arpa/inet.h>
@@ -38,8 +38,8 @@ struct msc_connection;
struct mtp_m2ua_transport;
struct mtp_udp_data {
- struct write_queue write_queue;
- struct timer_list snmp_poll;
+ struct osmo_wqueue write_queue;
+ struct osmo_timer_list snmp_poll;
struct llist_head links;
};
@@ -83,7 +83,7 @@ struct bsc_data {
/* inject */
int allow_inject;
- struct bsc_fd inject_fd;
+ struct osmo_fd inject_fd;
/* m2ua code */
struct sctp_m2ua_transport *m2ua_trans;