Rename the "metadata regenerate" command to "regenerate metadata"
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index 929488841708206fa3016b44cd13991ea82a304e..f30e6f3b42415416e83c1d63d21c0bb79f37022f 100644 (file)
@@ -65,6 +65,8 @@ int kernctl_track_pid(int fd, int pid);
 int kernctl_untrack_pid(int fd, int pid);
 int kernctl_list_tracker_pids(int fd);
 
+int kernctl_session_regenerate_metadata(int fd);
+
 /* Buffer operations */
 
 /* For mmap mode, readable without "get" operation */
@@ -90,6 +92,7 @@ int kernctl_get_subbuf(int fd, unsigned long *pos);
 int kernctl_put_subbuf(int fd);
 
 int kernctl_buffer_flush(int fd);
+int kernctl_get_metadata_version(int fd, uint64_t *version);
 
 /* index */
 int kernctl_get_timestamp_begin(int fd, uint64_t *timestamp_begin);
This page took 0.023947 seconds and 5 git commands to generate.