Code base to fix the print errors in UST (v4)
[ust.git] / include / ust / ustconsumer.h
index e07b75e84d137b5731df6ea1b15c35737c474239..f99f8f13f2d72f39725588842877ddccab79f67b 100644 (file)
@@ -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;
This page took 0.02338 seconds and 4 git commands to generate.