X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=975a7f10f53110e84a485309c08f9d7407e291b8;hb=28ce0ff234b384b2611179bd45bb8e37e2875f1a;hp=e9c9054ea5ae0db3baf9db7fc7d6eda45f5cddee;hpb=b4e3ceb9d379829bc5d6ec799f83086317aeafd8;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/cmd.h b/src/bin/lttng-sessiond/cmd.h index e9c9054ea..975a7f10f 100644 --- a/src/bin/lttng-sessiond/cmd.h +++ b/src/bin/lttng-sessiond/cmd.h @@ -110,5 +110,7 @@ int cmd_snapshot_record(struct ltt_session *session, int cmd_set_session_shm_path(struct ltt_session *session, const char *shm_path); +int cmd_regenerate_metadata(struct ltt_session *session); +int cmd_regenerate_statedump(struct ltt_session *session); #endif /* CMD_H */