aboutsummaryrefslogtreecommitdiffstats
path: root/src/pq_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq_codec.c')
-rw-r--r--src/pq_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pq_codec.c b/src/pq_codec.c
index e033a7d..db99d5c 100644
--- a/src/pq_codec.c
+++ b/src/pq_codec.c
@@ -70,6 +70,7 @@ osmo_gapk_pq_queue_codec(struct osmo_gapk_pq *pq, const struct osmo_gapk_codec_d
item->proc = codec->codec_decode;
}
+ item->type = OSMO_GAPK_ITEM_TYPE_PROC;
item->exit = codec->codec_exit;
item->wait = NULL;