X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=7144690ca5f5d2eb96f0c0191ee15ecd584dc747;hp=69c931a38e1814cbd45db36194d4a799398fafd3;hb=d7ba13889c8692b14f99238ddf2721ed78df89d2;hpb=90e7d72ff2b93752b8c81c49e9251a83b01703c6 diff --git a/src/bin/lttng-sessiond/cmd.h b/src/bin/lttng-sessiond/cmd.h index 69c931a38..7144690ca 100644 --- a/src/bin/lttng-sessiond/cmd.h +++ b/src/bin/lttng-sessiond/cmd.h @@ -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 */