aboutsummaryrefslogtreecommitdiffstats
path: root/include/msc_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/msc_connection.h')
-rw-r--r--include/msc_connection.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/msc_connection.h b/include/msc_connection.h
index 94754d7..74319b3 100644
--- a/include/msc_connection.h
+++ b/include/msc_connection.h
@@ -20,8 +20,9 @@
#ifndef MSC_CONNECTION_H
#define MSC_CONNECTION_H
+#include "mgcp_callagent.h"
+
#include <osmocom/core/linuxlist.h>
-#include <osmocom/core/write_queue.h>
#include <osmocom/core/timer.h>
#include <osmocom/sccp/sccp.h>
@@ -57,7 +58,7 @@ struct msc_connection {
struct osmo_timer_list pong_timeout;
/* mgcp messgaes */
- struct osmo_wqueue mgcp_agent;
+ struct mgcp_callagent mgcp_agent;
/* application pointer */
struct ss7_application *app;