mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
add time stamp to app_log
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user