X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=844310681db21ccddf86b9ad47dfa5cb249bef2d;hp=19a590e801e9739ff2aca138c5bf9cfe62417e30;hb=4419b4fb187cb896a8e64bb97c5471240abca122;hpb=d4298c99f2fc4864cdabb3a90fed4d1117308a51 diff --git a/src/common/consumer.h b/src/common/consumer.h index 19a590e80..844310681 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -146,6 +146,8 @@ struct lttng_consumer_channel { /* For metadata periodical flush */ int switch_timer_enabled; timer_t switch_timer; + int switch_timer_error; + /* On-disk circular buffer */ uint64_t tracefile_size; uint64_t tracefile_count;