diff options
Diffstat (limited to 'src/host/trxcon/l1ctl_link.h')
-rw-r--r-- | src/host/trxcon/l1ctl_link.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/host/trxcon/l1ctl_link.h b/src/host/trxcon/l1ctl_link.h index da64419a..ceeaa308 100644 --- a/src/host/trxcon/l1ctl_link.h +++ b/src/host/trxcon/l1ctl_link.h @@ -41,7 +41,8 @@ struct l1ctl_link { void (*shutdown_cb)(struct l1ctl_link *l1l); }; -struct l1ctl_link *l1ctl_link_init(void *tall_ctx, const char *sock_path); +struct l1ctl_link *l1ctl_link_init(struct osmo_fsm_inst *parent_fi, + const char *sock_path); void l1ctl_link_shutdown(struct l1ctl_link *l1l); int l1ctl_link_send(struct l1ctl_link *l1l, struct msgb *msg); |