summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/sched_trx.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-09-28 02:47:54 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-09-28 02:47:54 +0700
commitbde71c180a3af5b61d7ea59cf494e385c864a2f1 (patch)
tree3806c6baf47e0a6cdf73432e955071d1fb7c5199 /src/host/trxcon/sched_trx.h
parentc572682e79427a984300e9a6cdfae544776b1c71 (diff)
trxcon/scheduler: pass lchan state to sched_prim_dequeue()
Having access to a logical channel state is required by the follow-up change, which will introduce a separate function for dequeuing SACCH primitives. Change-Id: Ibde0acf8e6be224b1007be707a636eaad68c8d36
Diffstat (limited to 'src/host/trxcon/sched_trx.h')
-rw-r--r--src/host/trxcon/sched_trx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/sched_trx.h b/src/host/trxcon/sched_trx.h
index 08e24894..ff288f20 100644
--- a/src/host/trxcon/sched_trx.h
+++ b/src/host/trxcon/sched_trx.h
@@ -302,7 +302,7 @@ int sched_prim_push(struct trx_instance *trx,
(CHAN_IS_TCH(prim->chan) && prim->payload_len == GSM_MACBLOCK_LEN)
struct trx_ts_prim *sched_prim_dequeue(struct llist_head *queue,
- uint32_t fn, enum trx_lchan_type lchan_type);
+ uint32_t fn, struct trx_lchan_state *lchan);
int sched_prim_dummy(struct trx_lchan_state *lchan);
void sched_prim_drop(struct trx_lchan_state *lchan);
void sched_prim_flush_queue(struct llist_head *list);