mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 14:36:48 +00:00
Add the "config reload <conffile>" command, which allows you to tell Asterisk
to reload any file that references a given configuration file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@111012 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -97,7 +97,7 @@ struct ast_config_engine {
|
||||
*/
|
||||
struct ast_config *ast_config_load2(const char *filename, const char *who_asked, struct ast_flags flags);
|
||||
|
||||
#define ast_config_load(filename, flags) ast_config_load2(filename, __FILE__, flags)
|
||||
#define ast_config_load(filename, flags) ast_config_load2(filename, AST_MODULE, flags)
|
||||
|
||||
/*! \brief Destroys a config
|
||||
* \param config pointer to config data structure
|
||||
|
Reference in New Issue
Block a user