Skip to content

Commit

Permalink
Module: htable:: event_callback_mode to int
Browse files Browse the repository at this point in the history
  • Loading branch information
surendratiwari3 committed May 4, 2018
1 parent 4bfcbc1 commit 896c5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/htable/htable.c
Expand Up @@ -146,7 +146,7 @@ static param_export_t params[]={
{"enable_dmq", INT_PARAM, &ht_enable_dmq},
{"timer_procs", PARAM_INT, &ht_timer_procs},
{"event_callback", PARAM_STR, &ht_event_callback},
{"event_callback_mode", PARAM_STR, &ht_event_callback_mode},
{"event_callback_mode", PARAM_INT, &ht_event_callback_mode},
{0,0,0}
};

Expand Down

0 comments on commit 896c5e1

Please sign in to comment.