-
- Downloads
Update the timing API to have better support for multiple timing interfaces.
1) Add module use count handling so that timing modules can be unloaded. 2) Implement unload_module() functions for the timing interface modules. 3) Allow multiple timing modules to be loaded, and use the one with the highest priority value. 4) Report which timing module is being use in the "timing test" CLI command. (closes issue #14489) Reported by: russell Review: http://reviewboard.digium.com/r/162/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@176666 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/timing.h 22 additions, 13 deletionsinclude/asterisk/timing.h
- main/channel.c 1 addition, 1 deletionmain/channel.c
- main/timing.c 119 additions, 85 deletionsmain/timing.c
- res/res_timing_dahdi.c 7 additions, 11 deletionsres/res_timing_dahdi.c
- res/res_timing_pthread.c 18 additions, 17 deletionsres/res_timing_pthread.c
- res/res_timing_timerfd.c 13 additions, 10 deletionsres/res_timing_timerfd.c
Loading
Please register or sign in to comment