Skip to content

Commit

Permalink
sdpops: exported sdp with media functions to kemi framework
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d53ea3)
  • Loading branch information
miconda committed Aug 17, 2018
1 parent 0c96751 commit 71dbada
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/modules/sdpops/sdpops_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -2007,6 +2007,16 @@ static sr_kemi_t sr_kemi_sdpops_exports[] = {
{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("sdpops"), str_init("sdp_with_media"),
SR_KEMIP_INT, sdp_with_media,
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("sdpops"), str_init("sdp_with_active_media"),
SR_KEMIP_INT, sdp_with_active_media,
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("sdpops"), str_init("sdp_get"),
SR_KEMIP_INT, ki_sdp_get,
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
Expand Down

0 comments on commit 71dbada

Please sign in to comment.