Skip to content

Commit

Permalink
usrloc: export modparam to set keepalive timeout
Browse files Browse the repository at this point in the history
- variable was not exported by the module for internal keepalive
mechanism
  • Loading branch information
miconda committed Sep 11, 2020
1 parent 8b72f46 commit 9331044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/usrloc/usrloc_mod.c
Expand Up @@ -258,6 +258,7 @@ static param_export_t params[] = {
{"ka_domain", PARAM_STR, &ul_ka_domain},
{"ka_method", PARAM_STR, &ul_ka_method},
{"ka_filter", PARAM_INT, &ul_ka_filter},
{"ka_timeout", PARAM_INT, &ul_keepalive_timeout},
{"ka_loglevel", PARAM_INT, &ul_ka_loglevel},
{"ka_logmsg", PARAM_STR, &ul_ka_logmsg},
{0, 0, 0}
Expand Down

0 comments on commit 9331044

Please sign in to comment.