diff options
Diffstat (limited to 'src/run.c')
-rw-r--r-- | src/run.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -167,6 +167,8 @@ static int process_fifo(struct lt_config_app *cfg, struct lt_thread *t) if (-1 == lt_fifo_recv(cfg->sh, t, mbase, LT_FIFO_MSG_MAXLEN)) return -1; + PRINT_VERBOSE(cfg, 1, "DEBIL\n"); + lt_list_for_each_entry(func, &cfg->process_funcs, list) { int ret; |