diff options
Diffstat (limited to 'platform/src/proxy.cpp')
| -rw-r--r-- | platform/src/proxy.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/src/proxy.cpp b/platform/src/proxy.cpp index 11d5cb4..fbb889c 100644 --- a/platform/src/proxy.cpp +++ b/platform/src/proxy.cpp @@ -53,6 +53,7 @@ #include <watchdog_tfe.h> #include <key_keeper.h> #include <watchdog_3rd_device.h> +#include <timestamp.h> /* Breakpad */ #include <MESA/breakpad_mini.h> @@ -296,6 +297,7 @@ static void __gc_handler_cb(evutil_socket_t fd, short what, void * arg) packet_io_fs_dump(ctx->kni_v4_acceptor->packet_io_fs); FS_passive_output(ctx->fs_handle); + timestamp_update(); return; } @@ -691,6 +693,8 @@ int main(int argc, char * argv[]) struct timeval gc_delay = {statsd_cycle, 0}; evtimer_add(g_default_proxy->gcev, &gc_delay); + timestamp_update(); + /* WORKER THREAD CTX Create */ tfe_proxy_work_thread_create_ctx(g_default_proxy); tfe_proxy_acceptor_init(g_default_proxy, main_profile); |
