Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I3d575dcda6c3e6820e911ab3c4e28b18d29f045c
* 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);
* After calling the payload view creation functions, callers should verify
* if the resquested length (if any is explicitly provided) could be mapped
* to a new view.
+ *
+ * @view Payload to validate
*/
LTTNG_HIDDEN
bool lttng_payload_view_is_valid(const struct lttng_payload_view *view);