From: Corey Farrell Date: Mon, 13 Apr 2015 11:19:14 +0000 (-0400) Subject: res_monitor: Add dependency on func_periodic_hook. X-Git-Tag: 13.4.0-rc1~118^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4b997cd7b1efe42aec900778efee46b7040365;p=thirdparty%2Fasterisk.git res_monitor: Add dependency on func_periodic_hook. OPTIONAL_API has conditionals to define AST_OPTIONAL_API and AST_OPTIONAL_API_ATTR differently based on if AST_API_MODULE is defined. Unfortunately this is inside the include protection block, so only the first status of AST_API_MODULE is respected. For example res_monitor is an optional API provider, but uses func_periodic_hook. This makes func_periodic_hook non-optional to res_monitor. ASTERISK-17608 #close Reported by: Warren Selby Change-Id: I8fcf2a5e7b481893e17484ecde4f172c9ffb5679 --- diff --git a/res/res_monitor.c b/res/res_monitor.c index 872f565f0b..ebf98439c1 100644 --- a/res/res_monitor.c +++ b/res/res_monitor.c @@ -24,6 +24,7 @@ */ /*** MODULEINFO + func_periodic_hook core ***/