Add UST snapshot support
[lttng-tools.git] / src / bin / lttng-sessiond / snapshot.h
index 91215272ac83f3316348c0c10ae098c6b26b5fbf..bf594b5fe3f79d7cb3bd99cdd67afec2b483a9a5 100644 (file)
@@ -36,6 +36,12 @@ struct snapshot_output {
        struct consumer_output *consumer;
        int kernel_sockets_copied;
        int ust_sockets_copied;
+       /*
+        * Contains the string with "<date>-<time>" for when the snapshot command
+        * is triggered. This is to make sure every streams will use the same time
+        * for the directory output.
+        */
+       char datetime[16];
 
        /* Indexed by ID. */
        struct lttng_ht_node_ulong node;
This page took 0.025976 seconds and 5 git commands to generate.