aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/chan_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/chan_alloc.h')
-rw-r--r--include/openbsc/chan_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/chan_alloc.h b/include/openbsc/chan_alloc.h
index 78242e5b7..7388e14c5 100644
--- a/include/openbsc/chan_alloc.h
+++ b/include/openbsc/chan_alloc.h
@@ -25,7 +25,7 @@
struct gsm_subscriber_connection;
/* Find an allocated channel for a specified subscriber */
-struct gsm_subscriber_connection *connection_for_subscr(struct gsm_subscriber *subscr);
+struct gsm_subscriber_connection *connection_for_subscr(struct vlr_subscr *vsub);
/* Allocate a logical channel (SDCCH, TCH, ...) */
struct gsm_lchan *lchan_alloc(struct gsm_bts *bts, enum gsm_chan_t type, int allow_bigger);