summaryrefslogtreecommitdiff
path: root/main/sdp_private.h
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-06-19 09:27:43 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-06-19 09:27:43 -0500
commit3f5bf287a20b7c613d0ff9db0e9c709fd639ccf1 (patch)
tree7d7d4501f560ae149cea5f55510860f79c397226 /main/sdp_private.h
parent317234bdc69f7ae179d962fabd82f2916e653a30 (diff)
parente563a1920e35b3986462dceadde5e162628adeb6 (diff)
Merge "SDP: Add get/set option calls for RTP sched context per type."
Diffstat (limited to 'main/sdp_private.h')
-rw-r--r--main/sdp_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/sdp_private.h b/main/sdp_private.h
index a0b63df03..62228a5c8 100644
--- a/main/sdp_private.h
+++ b/main/sdp_private.h
@@ -35,6 +35,8 @@ struct ast_sdp_options {
/*! RTP Engine Name */
AST_STRING_FIELD(rtp_engine);
);
+ /*! Scheduler context for the media stream types (Mainly for RTP) */
+ struct ast_sched_context *sched[AST_MEDIA_TYPE_END];
struct {
unsigned int rtp_symmetric:1;
unsigned int udptl_symmetric:1;