add enable-use-system-time param to switch.conf.xml use at your own risk, someone with windows could verify it works ok

This commit is contained in:
Anthony Minessale
2012-07-03 17:15:14 -05:00
parent 02f4aa8590
commit b1ae97466d
4 changed files with 46 additions and 5 deletions
+2
View File
@@ -213,6 +213,8 @@ typedef enum {
struct switch_runtime {
switch_time_t initiated;
switch_time_t mono_initiated;
switch_time_t mono_reference;
switch_time_t reference;
int64_t offset;
switch_event_t *global_vars;