Fix: per-uid buffers should only be flushed once on stop
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index e0aa17a7feb01f05ed3002347827f8451b6f0612..255a75cf75ee18f59e599a8d253087946b2bf3ac 100644 (file)
@@ -257,8 +257,6 @@ int ust_app_register_done(int sock)
 int ust_app_version(struct ust_app *app);
 void ust_app_unregister(int sock);
 unsigned long ust_app_list_count(void);
-int ust_app_start_trace(struct ltt_ust_session *usess, struct ust_app *app);
-int ust_app_stop_trace(struct ltt_ust_session *usess, struct ust_app *app);
 int ust_app_start_trace_all(struct ltt_ust_session *usess);
 int ust_app_stop_trace_all(struct ltt_ust_session *usess);
 int ust_app_destroy_trace_all(struct ltt_ust_session *usess);
This page took 0.026093 seconds and 5 git commands to generate.