Add ustctl command to regenerate the statedump
[lttng-ust.git] / include / lttng / ust-ctl.h
index 06de95c25ee12160b8fefcd545ac5eff961341cb..08122a79da002d43fe778812bf9f5b639801a2ad 100644 (file)
@@ -260,6 +260,9 @@ int ustctl_get_instance_id(struct ustctl_consumer_stream *stream,
 /* returns whether UST has perf counters support. */
 int ustctl_has_perf_counters(void);
 
+/* Regenerate the statedump. */
+int ustctl_regenerate_statedump(int sock, int handle);
+
 /* event registry management */
 
 enum ustctl_socket_type {
This page took 0.022563 seconds and 4 git commands to generate.