Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ic68ab476ed16bc2f327d5967438fcb9febe2ead1
}
}
-LTTNG_HIDDEN
+static
int32_t bytecode_reserve(struct lttng_bytecode_alloc **fb, uint32_t align, uint32_t len)
{
int32_t ret;
};
LTTNG_HIDDEN int bytecode_init(struct lttng_bytecode_alloc **fb);
-LTTNG_HIDDEN int32_t bytecode_reserve(struct lttng_bytecode_alloc **fb,
- uint32_t align, uint32_t len);
LTTNG_HIDDEN int bytecode_push(struct lttng_bytecode_alloc **fb,
const void *data, uint32_t align, uint32_t len);
LTTNG_HIDDEN int bytecode_push_logical(struct lttng_bytecode_alloc **fb,