X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-events.h;h=4c1f32288752e092612b791061006654ffcc66d9;hb=f613e3e6ea34dec9fe9232056bc02f6d80d95965;hp=46d80bcdb0edcd1a6d3599e7f630f240ecb28b0f;hpb=b3c40230ad700b12c39640d8593aece428a2702b;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 46d80bcd..4c1f3228 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -278,7 +278,8 @@ struct lttng_channel { struct lttng_metadata_stream { void *priv; /* Ring buffer private data */ struct lttng_metadata_cache *metadata_cache; - unsigned int metadata_cache_read; /* Bytes read from the cache */ + unsigned int metadata_in; /* Bytes read from the cache */ + unsigned int metadata_out; /* Bytes consumed from stream */ int finalized; /* Has channel been finalized */ wait_queue_head_t read_wait; /* Reader buffer-level wait queue */ struct list_head list; /* Stream list */