aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/options.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-02 15:37:34 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-02 15:37:34 +0000
commit69841867537dfa3d428ff5006c5f4a76a4a781ab (patch)
tree3b65f539dfb3e4461436cdc4d8a48891221a677c /include/asterisk/options.h
parentf90d5056f66da9d01d4223b369c4bcba0bf83681 (diff)
Show uptime
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@951 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/options.h')
-rwxr-xr-xinclude/asterisk/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 56b23908c..f9314bb1f 100755
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -27,6 +27,8 @@ extern int option_initcrypto;
extern int option_nocolor;
extern int fully_booted;
extern char defaultlanguage[];
+extern time_t ast_startuptime;
+extern time_t ast_lastreloadtime;
#define VERBOSE_PREFIX_1 " "
#define VERBOSE_PREFIX_2 " == "