X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=blobdiff_plain;f=libringbuffer%2Ffrontend_types.h;h=629abcbd5b4186592176f2609b03d4820a56b7b8;hp=bf4b4185e2368945494dd39e3df86efed5ff1aa8;hb=9050321d9d15e530dcb6baf539b53023cf114247;hpb=71bf0951cf63dbd51058fc23700bf3742017fa29 diff --git a/libringbuffer/frontend_types.h b/libringbuffer/frontend_types.h index bf4b4185..629abcbd 100644 --- a/libringbuffer/frontend_types.h +++ b/libringbuffer/frontend_types.h @@ -70,7 +70,13 @@ struct channel { size_t priv_data_offset; unsigned int nr_streams; /* Number of streams */ struct lttng_ust_shm_handle *handle; - char padding[RB_CHANNEL_PADDING]; + /* Extended options. */ + union { + struct { + int32_t blocking_timeout_ms; + } s; + char padding[RB_CHANNEL_PADDING]; + } u; /* * Associated backend contains a variable-length array. Needs to * be last member.