On-disk multiple tracefiles circular buffer
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 82694a722b976ebe494d44d88444512ecadc0aa6..e0aa17a7feb01f05ed3002347827f8451b6f0612 100644 (file)
@@ -143,6 +143,8 @@ struct ust_app_channel {
        struct ust_app_session *session;
        struct lttng_ht *ctx;
        struct lttng_ht *events;
+       uint64_t tracefile_size;
+       uint64_t tracefile_count;
        /*
         * Node indexed by channel name in the channels' hash table of a session.
         */
This page took 0.022957 seconds and 4 git commands to generate.