diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2019-01-17 12:23:28 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2019-02-21 17:25:00 +0700 |
commit | 54c80045715fb59030d1f88acc57db1c7e50b02b (patch) | |
tree | 7f90157bf0fbb61cbdb913d647282fa68ee55a57 /src/host/trxcon/trx_if.h | |
parent | 8fdcd52dacb9a020358790318f6c3cdf9906ce14 (diff) |
trxcon: make trxcon_fsm parent for both l1ctl_fsm and trx_fsm
Change-Id: I6262726f2b6e23abe543d6d67edfd634eece1b71
Diffstat (limited to 'src/host/trxcon/trx_if.h')
-rw-r--r-- | src/host/trxcon/trx_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/trx_if.h b/src/host/trxcon/trx_if.h index 0b3f36f7..81806697 100644 --- a/src/host/trxcon/trx_if.h +++ b/src/host/trxcon/trx_if.h @@ -52,7 +52,7 @@ struct trx_ctrl_msg { int cmd_len; }; -struct trx_instance *trx_if_open(void *tall_ctx, +struct trx_instance *trx_if_open(struct osmo_fsm_inst *parent_fi, const char *local_host, const char *remote_host, uint16_t port); void trx_if_flush_ctrl(struct trx_instance *trx); void trx_if_close(struct trx_instance *trx); |