X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fbuffer-view.h;fp=src%2Fcommon%2Fbuffer-view.h;h=47f09b430c5be1c3b538c86d5eae20b1546a217d;hp=88fd42dd43c39a384e1ccfa05ac34a0a338da00f;hb=b2530e4d8651a3e48e86a90765af290e2b53969d;hpb=3e6e0df2f8f9f23d252c2508b6d741916dfcc4b3 diff --git a/src/common/buffer-view.h b/src/common/buffer-view.h index 88fd42dd4..47f09b430 100644 --- a/src/common/buffer-view.h +++ b/src/common/buffer-view.h @@ -41,6 +41,8 @@ struct lttng_buffer_view lttng_buffer_view_init( * After calling the buffer view creation functions, callers should verify * if the resquested length (if any is explicitly provided) could be mapped * to a new view. + * + * @view Buffer view to validate */ LTTNG_HIDDEN bool lttng_buffer_view_is_valid(const struct lttng_buffer_view *view);