liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-commands.c
index a083d51af124f369692e8828a99b4c40b81be50c..2908ccb76d3cdee0ade33cee9ccbd9b2c5d9e850 100644 (file)
@@ -414,7 +414,6 @@ end:
 /*
  * Takes ownership of the payload if present.
  */
-LTTNG_HIDDEN
 struct lttng_event_notifier_notification *lttng_event_notifier_notification_create(
                uint64_t tracer_token,
                enum lttng_domain_type domain,
@@ -441,7 +440,6 @@ end:
        return notification;
 }
 
-LTTNG_HIDDEN
 void lttng_event_notifier_notification_destroy(
                struct lttng_event_notifier_notification *notification)
 {
This page took 0.022886 seconds and 4 git commands to generate.