Skip to content

Commit

Permalink
uuid: fix missing field in module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Jun 5, 2019
1 parent f9fec46 commit 4ae6e46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/uuid/uuid.c
Expand Up @@ -73,10 +73,11 @@ struct module_exports exports= {
mod_items, /* exported pseudo-variables */
0, /* exported transformations */
0, /* extra processes */
0, /* module initialization function */
0, /* module initialization function */
0, /* reply processing function */
0,
0 /* per-child init function */
0, /* per-child init function */
0
};

static int gen_uuid(enum uuid_gen_vers vers, pv_value_t *res)
Expand Down

0 comments on commit 4ae6e46

Please sign in to comment.