Implement --shm-path option for UST sessions (per-uid channels)
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 69c931a38e1814cbd45db36194d4a799398fafd3..7144690ca5f5d2eb96f0c0191ee15ecd584dc747 100644 (file)
@@ -97,4 +97,7 @@ int cmd_snapshot_del_output(struct ltt_session *session,
 int cmd_snapshot_record(struct ltt_session *session,
                struct lttng_snapshot_output *output, int wait);
 
+int cmd_set_session_shm_path(struct ltt_session *session,
+               const char *shm_path);
+
 #endif /* CMD_H */
This page took 0.02303 seconds and 4 git commands to generate.