Skip to content

Commit

Permalink
rabbitmq_consumer: fix missing field in module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Apr 16, 2019
1 parent 8d5ce8e commit 401d55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rabbitmq_consumer/rabbitmq_consumer.c
Expand Up @@ -60,7 +60,8 @@ struct module_exports exports = {
mod_init, /* module initialization function */
(response_function) 0, /* response handling function */
(destroy_function)mod_destroy, /* destroy function */
child_init /* per-child init function */
child_init, /* per-child init function */
0
};

static int mod_init(void)
Expand Down

0 comments on commit 401d55c

Please sign in to comment.