Skip to content

Commit

Permalink
qos: 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 f10a466 commit 861702e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/qos/qos.c
Expand Up @@ -52,9 +52,9 @@ struct dlg_binds dialog_st;
struct dlg_binds *dlg_binds = &dialog_st;


static cmd_export_t cmds[]={
{"load_qos", (cmd_function)load_qos, 0, 0, 0, 0},
{0,0,0,0,0,0}
static cmd_export_t cmds[] = {
{"load_qos", (cmd_function)load_qos, {{0,0,0}},0},
{0,0,{{0,0,0}},0}
};

/*
Expand Down

0 comments on commit 861702e

Please sign in to comment.