summaryrefslogtreecommitdiff
path: root/channels/sip/include/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip/include/globals.h')
-rw-r--r--channels/sip/include/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sip/include/globals.h b/channels/sip/include/globals.h
index 414d2189b..0bd2f4d2d 100644
--- a/channels/sip/include/globals.h
+++ b/channels/sip/include/globals.h
@@ -25,7 +25,7 @@
#define _SIP_GLOBALS_H
extern struct ast_sockaddr bindaddr; /*!< UDP: The address we bind to */
-extern struct sched_context *sched; /*!< The scheduling context */
+extern struct ast_sched_context *sched; /*!< The scheduling context */
/*! \brief Definition of this channel for PBX channel registration */
extern const struct ast_channel_tech sip_tech;