Update and fix UST register and session creation
[lttng-tools.git] / ltt-sessiond / ust-ctl.h
index 6ec5fbdc4080f0708c2e66862b293cb895925be1..8f8bebc99590e74c7994ba8a57f8904493f83ecf 100644 (file)
 #ifndef _LTT_UST_CTL_H
 #define _LTT_UST_CTL_H
 
+#include "trace-ust.h"
+
+int ustctl_register_done(int sock);
+int ustctl_create_session(struct ltt_ust_session *session);
+int ustctl_destroy_session(struct ltt_ust_session *session);
+
 #endif /* _LTT_UST_CTL_H */
This page took 0.02399 seconds and 4 git commands to generate.