Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
#include <common/buffer-view.h>
#include <common/dynamic-buffer.h>
-#include <common/macros.h>
#include <common/error.h>
#include <assert.h>
+LTTNG_HIDDEN
struct lttng_buffer_view lttng_buffer_view_from_view(
const struct lttng_buffer_view *src, size_t offset,
ptrdiff_t len)
return view;
}
+LTTNG_HIDDEN
struct lttng_buffer_view lttng_buffer_view_from_dynamic_buffer(
const struct lttng_dynamic_buffer *src, size_t offset,
ptrdiff_t len)
#include <stddef.h>
#include <stdint.h>
+#include <common/macros.h>
struct lttng_dynamic_buffer;
* Note that a buffer view never assumes the ownership of the memory it
* references.
*/
+LTTNG_HIDDEN
struct lttng_buffer_view lttng_buffer_view_from_view(
const struct lttng_buffer_view *src, size_t offset,
ptrdiff_t len);
* Note that a buffer view never assumes the ownership of the memory it
* references.
*/
+LTTNG_HIDDEN
struct lttng_buffer_view lttng_buffer_view_from_dynamic_buffer(
const struct lttng_dynamic_buffer *src, size_t offset,
ptrdiff_t len);