Rename sessiond comm lib into ust comm
[lttng-ust.git] / libust / lttng-ust-abi.c
index 13b94c4d7315b908d41fd389b87094ef7be1391b..fee3d0750022becad801f34979a62e11224bcf0c 100644 (file)
@@ -704,14 +704,7 @@ static const struct objd_ops lttng_event_ops = {
        .cmd = lttng_event_cmd,
 };
 
-void __attribute__((constructor)) lttng_ust_abi_init(void)
-{
-       init_usterr();
-       /* TODO: initialize socket */
-}
-
-static
-void __attribute__((destructor)) lttng_ust_abi_exit(void)
+void lttng_ust_abi_exit(void)
 {
        /* TODO: teardown socket */
        objd_table_destroy();
This page took 0.023406 seconds and 4 git commands to generate.