mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
Add micro-http server and abstract manager interface, make snmp not die
on reload. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
loader.c
2
loader.c
@@ -43,6 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/cdr.h"
|
||||
#include "asterisk/enum.h"
|
||||
#include "asterisk/rtp.h"
|
||||
#include "asterisk/http.h"
|
||||
#include "asterisk/lock.h"
|
||||
#ifdef DLFCNCOMPAT
|
||||
#include "asterisk/dlfcn-compat.h"
|
||||
@@ -115,6 +116,7 @@ static struct reload_classes_t {
|
||||
{ "enum", ast_enum_reload },
|
||||
{ "manager", reload_manager },
|
||||
{ "rtp", ast_rtp_reload },
|
||||
{ "http", ast_http_reload },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user