-
- Downloads
Redesigned 'optional API' support.
This patch provides a new implementation of the optional API support defined in asterisk/optional_api.h; this new version provides solves compatibility issues with the use of linker version scripts for suppressing global symbols. In addition, there is now a functional (and tested!) implementation for Mac OS/X, so module writers no longer need to use special tests before calling optional API functions. All future implementations must provide these same semantics, so that module writers can rely on them. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- Makefile 1 addition, 1 deletionMakefile
- apps/app_queue.c 9 additions, 11 deletionsapps/app_queue.c
- apps/app_stack.c 2 additions, 6 deletionsapps/app_stack.c
- apps/app_voicemail.c 2 additions, 2 deletionsapps/app_voicemail.c
- configure 8 additions, 122 deletionsconfigure
- configure.ac 1 addition, 2 deletionsconfigure.ac
- include/asterisk/agi.h 10 additions, 5 deletionsinclude/asterisk/agi.h
- include/asterisk/autoconfig.h.in 20 additions, 35 deletionsinclude/asterisk/autoconfig.h.in
- include/asterisk/compiler.h 0 additions, 12 deletionsinclude/asterisk/compiler.h
- include/asterisk/monitor.h 20 additions, 13 deletionsinclude/asterisk/monitor.h
- include/asterisk/optional_api.h 131 additions, 17 deletionsinclude/asterisk/optional_api.h
- include/asterisk/smdi.h 35 additions, 22 deletionsinclude/asterisk/smdi.h
- main/Makefile 1 addition, 3 deletionsmain/Makefile
- res/res_agi.c 5 additions, 5 deletionsres/res_agi.c
- res/res_agi.exports 5 additions, 2 deletionsres/res_agi.exports
- res/res_monitor.c 7 additions, 7 deletionsres/res_monitor.c
- res/res_monitor.exports 6 additions, 6 deletionsres/res_monitor.exports
- res/res_smdi.c 13 additions, 13 deletionsres/res_smdi.c
- res/res_smdi.exports 13 additions, 13 deletionsres/res_smdi.exports
Loading
Please register or sign in to comment