Skip to content

Commit

Permalink
db_cachedb: 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 b619652 commit ff7dd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/db_cachedb/db_cachedb.c
Expand Up @@ -48,8 +48,8 @@ int set_connection(unsigned int type, void *val)
* Virtual database module interface
*/
static cmd_export_t cmds[] = {
{"db_bind_api", (cmd_function)db_cachedb_bind_api, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0}
{"db_bind_api", (cmd_function)db_cachedb_bind_api, {{0,0,0}},0},
{0,0,{{0,0,0}},0}
};

/*
Expand Down

0 comments on commit ff7dd85

Please sign in to comment.