Skip to content

Commit

Permalink
db_virtual: align functions export to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu authored and liviuchircu committed Apr 4, 2019
1 parent 4dfe05b commit ae1c6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/db_virtual/db_virtual.c
Expand Up @@ -85,8 +85,8 @@ static int store_urls( modparam_t type, void* val);
* Virtual database module interface
*/
static cmd_export_t cmds[] = {
{"db_bind_api", (cmd_function)db_virtual_bind_api, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0}
{"db_bind_api", (cmd_function)db_virtual_bind_api, {{0,0,0}},0},
{0,0,{{0,0,0}},0}
};

/*
Expand Down

0 comments on commit ae1c6fa

Please sign in to comment.