X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=libust%2Ftracectl.c;h=e9907fc4b52a93b4de6b70905dc2ebb6a3edb2c9;hb=e14a34e05f6dd7b5f1133085561313ad90b8f266;hp=8be2cd03228edcde4196f7d211623a5a36b14d4f;hpb=0a58610fc313f7f8a0d7be5ac56154a56ab7a79f;p=lttng-ust.git diff --git a/libust/tracectl.c b/libust/tracectl.c index 8be2cd03..e9907fc4 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