summaryrefslogtreecommitdiff
path: root/main/sdp_private.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2017-06-08 11:38:33 -0500
committerRichard Mudgett <rmudgett@digium.com>2017-06-15 09:42:15 -0500
commite563a1920e35b3986462dceadde5e162628adeb6 (patch)
tree22176e8b9070abd58ed0df87d552f410495f1714 /main/sdp_private.h
parent716abaf33dc13c41d95629f853a0850c9ef3e8ce (diff)
SDP: Add get/set option calls for RTP sched context per type.
Change-Id: I82dc75c63c48904e9e5a49e2205dcc06e88487e4
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;