[asterisk-addons-commits] murf: trunk r354 -
/trunk/res_config_mysql.c
asterisk-addons-commits at lists.digium.com
asterisk-addons-commits at lists.digium.com
Tue Mar 27 11:05:23 MST 2007
Author: murf
Date: Tue Mar 27 13:05:22 2007
New Revision: 354
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=354
Log:
The MODULE_INFO line looks like it needs this change-- the reload function was not being referenced
Modified:
trunk/res_config_mysql.c
Modified: trunk/res_config_mysql.c
URL: http://svn.digium.com/view/asterisk-addons/trunk/res_config_mysql.c?view=diff&rev=354&r1=353&r2=354
==============================================================================
--- trunk/res_config_mysql.c (original)
+++ trunk/res_config_mysql.c Tue Mar 27 13:05:22 2007
@@ -855,4 +855,9 @@
}
}
-AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "MySQL RealTime Configuration Driver");
+AST_MODULE_INFO(ASTERISK_GPL_KEY, "MySQL RealTime Configuration Driver",
+ .load = load_module,
+ .unload = unload_module,
+ .reload = reload
+ );
+
More information about the asterisk-addons-commits
mailing list