X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracectl.c;h=e9907fc4b52a93b4de6b70905dc2ebb6a3edb2c9;hb=899b596702867527642bc495819239ecaee6526d;hp=8be2cd03228edcde4196f7d211623a5a36b14d4f;hpb=7add38980ed134a423ff02bb553efcb5f930eda9;p=ust.git diff --git a/libust/tracectl.c b/libust/tracectl.c index 8be2cd0..e9907fc 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -871,6 +871,8 @@ static void __attribute__((constructor(1000))) init() /* This is only called if we terminate normally, not with an unhandled signal, * so we cannot rely on it. */ +/* This destructor probably isn't needed, because ustd can do crash recovery. */ +#if 0 static void __attribute__((destructor)) fini() { int result; @@ -889,9 +891,6 @@ static void __attribute__((destructor)) fini() ERR("ltt_trace_destroy error"); } - /* FIXME: wait for the consumer to be done */ - //DBG("waiting 5 sec for consume"); - //sleep(5); - destroy_socket(); } +#endif