Loading src/client/preload.cpp +2 −3 Original line number Diff line number Diff line Loading @@ -515,7 +515,6 @@ at_child_syscall() { void init_libc() { // printf("%d -> %p At init GEKKOFS\n", gettid(), (void*) CTX); // fork does CTX->init_logging(); // from here ownwards it is safe to print messages Loading @@ -534,7 +533,6 @@ init_libc() { void destroy_libc() { // printf("%d At close library GEKKOFS\n", gettid()); CTX->disable_interception(); #ifdef GKFS_ENABLE_CLIENT_METRICS LOG(INFO, "Flushing final metrics..."); Loading @@ -542,6 +540,7 @@ destroy_libc() { CTX->read_metrics()->flush_msgpack(); LOG(INFO, "Metrics flushed. Total flush operations: {}", CTX->write_metrics()->flush_count()); CTX->destroy_metrics(); #endif CTX->clear_hosts(); LOG(DEBUG, "Peer information deleted"); Loading Loading
src/client/preload.cpp +2 −3 Original line number Diff line number Diff line Loading @@ -515,7 +515,6 @@ at_child_syscall() { void init_libc() { // printf("%d -> %p At init GEKKOFS\n", gettid(), (void*) CTX); // fork does CTX->init_logging(); // from here ownwards it is safe to print messages Loading @@ -534,7 +533,6 @@ init_libc() { void destroy_libc() { // printf("%d At close library GEKKOFS\n", gettid()); CTX->disable_interception(); #ifdef GKFS_ENABLE_CLIENT_METRICS LOG(INFO, "Flushing final metrics..."); Loading @@ -542,6 +540,7 @@ destroy_libc() { CTX->read_metrics()->flush_msgpack(); LOG(INFO, "Metrics flushed. Total flush operations: {}", CTX->write_metrics()->flush_count()); CTX->destroy_metrics(); #endif CTX->clear_hosts(); LOG(DEBUG, "Peer information deleted"); Loading