add time stamp to app_log

This commit is contained in:
Anthony Minessale
2011-05-16 13:41:52 -05:00
parent 9cceb8e62c
commit 9c17effb15
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@ SWITCH_BEGIN_EXTERN_C
struct switch_app_log {
char *app;
char *arg;
switch_time_t stamp;
struct switch_app_log *next;
};