sessiond: implement ust app clear session
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 86f747d6b6714b3d8b7230cea290ad89ac3c30a3..25aeada6541359505041199a97135e6ab66590d6 100644 (file)
@@ -365,6 +365,7 @@ enum lttng_error_code ust_app_create_channel_subdirectories(
                const struct ltt_ust_session *session);
 int ust_app_release_object(struct ust_app *app,
                struct lttng_ust_object_data *data);
+enum lttng_error_code ust_app_clear_session(struct ltt_session *session);
 
 static inline
 int ust_app_supported(void)
@@ -611,6 +612,12 @@ int ust_app_release_object(struct ust_app *app, struct lttng_ust_object_data *da
        return 0;
 }
 
+static inline
+enum lttng_error_code ust_app_clear_session(struct ltt_session *session)
+{
+       return 0;
+}
+
 #endif /* HAVE_LIBLTTNG_UST_CTL */
 
 #endif /* _LTT_UST_APP_H */
This page took 0.023839 seconds and 5 git commands to generate.