Simulate buffer usage in notification thread
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 3be9adba7cdb2c9b5efa09ef64598a78483898ef..567ec078cb233109131bb727cf0b8baff917350b 100644 (file)
@@ -21,6 +21,8 @@
 #include "context.h"
 #include "session.h"
 
+struct notification_thread_data;
+
 /*
  * Init the command subsystem. Must be called before using any of the functions
  * above. This is called in the main() of the session daemon.
@@ -111,6 +113,7 @@ int cmd_set_session_shm_path(struct ltt_session *session,
 int cmd_regenerate_metadata(struct ltt_session *session);
 int cmd_regenerate_statedump(struct ltt_session *session);
 
-int cmd_register_trigger(struct command_ctx *cmd_ctx, int sock);
+int cmd_register_trigger(struct command_ctx *cmd_ctx, int sock,
+               struct notification_thread_data *notification_thread);
 
 #endif /* CMD_H */
This page took 0.02432 seconds and 5 git commands to generate.