aboutsummaryrefslogtreecommitdiffstats
path: root/src/pq_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq_format.c')
-rw-r--r--src/pq_format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pq_format.c b/src/pq_format.c
index 8ea8b86..dad1d9e 100644
--- a/src/pq_format.c
+++ b/src/pq_format.c
@@ -69,6 +69,7 @@ osmo_gapk_pq_queue_fmt_convert(struct osmo_gapk_pq *pq, const struct osmo_gapk_f
item->state = fmt->conv_to_canon;
}
+ item->type = OSMO_GAPK_ITEM_TYPE_PROC;
item->proc = pq_cb_fmt_convert;
item->wait = NULL;