Show uptime

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-05-02 15:37:34 +00:00
parent 163898dae7
commit fba6a02260
6 changed files with 130 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ void ast_module_reload(void)
/* We'll do the logger and manager the favor of calling its reload here first */
reload_manager();
ast_enum_reload();
time(&ast_lastreloadtime);
ast_pthread_mutex_lock(&modlock);
m = module_list;