package/freeswitch: enable mod_timerfd
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 18 Jun 2018 20:14:00 +0000 (22:14 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 19 Jun 2018 11:57:46 +0000 (13:57 +0200)
Mod_timerfd uses the Linux kernel timerfd API to create and use a kernel
timer that delivers timer expire notifications via a file descriptor,
for details read

https://freeswitch.org/confluence/display/FREESWITCH/mod_timerfd
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/freeswitch/freeswitch.mk

index 4d490b07304039cb0b0a7c7b08085edc1bbfdd1d..7f2a067a351635e5459f7f3eee1327abd33cf64b 100644 (file)
@@ -150,6 +150,7 @@ FREESWITCH_ENABLED_MODULES += \
        say/mod_say_sv \
        say/mod_say_th \
        say/mod_say_zh \
+       timers/mod_timerfd \
        xml_int/mod_xml_cdr \
        xml_int/mod_xml_rpc \
        xml_int/mod_xml_scgi