X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust%2Fustconsumer.h;h=f99f8f13f2d72f39725588842877ddccab79f67b;hb=e367f87dd015ac2f8f690761a772f535339733ca;hp=e07b75e84d137b5731df6ea1b15c35737c474239;hpb=9dc7b7ff797a5cbb1e9ffd59e053a04562f306c4;p=lttng-ust.git diff --git a/include/ust/ustconsumer.h b/include/ust/ustconsumer.h index e07b75e8..f99f8f13 100644 --- a/include/ust/ustconsumer.h +++ b/include/ust/ustconsumer.h @@ -57,6 +57,10 @@ struct buffer_info { int n_subbufs; /* size of each subbuffer */ int subbuf_size; + /* subbuf size count order */ + int subbuf_size_order; + /* alloc size of all subbuf */ + int alloc_size; /* the buffer information struct */ void *bufstruct_mem;