Skip to content

Commit

Permalink
pv: exported xavp_params_implode() to kemi
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 22, 2018
1 parent 5fb231b commit 22f93ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/pv/pv.c
Expand Up @@ -1119,6 +1119,11 @@ static sr_kemi_t sr_kemi_pvx_exports[] = {
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("pvx"), str_init("xavp_params_implode"),
SR_KEMIP_INT, ki_xavp_params_implode,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("pvx"), str_init("evalx"),
SR_KEMIP_INT, ki_pv_evalx,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
Expand Down

0 comments on commit 22f93ba

Please sign in to comment.