aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/bsc_msc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/bsc_msc.h')
-rw-r--r--include/openbsc/bsc_msc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/bsc_msc.h b/include/openbsc/bsc_msc.h
index a7c881b84..380eb17c1 100644
--- a/include/openbsc/bsc_msc.h
+++ b/include/openbsc/bsc_msc.h
@@ -61,7 +61,7 @@ struct bsc_msc_connection {
struct osmo_sccp_user *sccp_user;
struct osmo_sccp_addr g_calling_addr;
struct osmo_sccp_addr g_called_addr;
- struct a_reset_ctx reset;
+ struct a_reset_ctx *reset;
int conn_id_counter;
};