Pass arguments for context size computation
[lttng-modules.git] / lttng-events.h
index 8dd9241d4cc5d1b77e5fc6b472db4f1aa44deb24..19dd2d30d0d99b71d4cc96f1d0cc95ebf9716756 100644 (file)
@@ -206,6 +206,9 @@ struct lttng_probe_ctx {
 struct lttng_ctx_field {
        struct lttng_event_field event_field;
        size_t (*get_size)(size_t offset);
+       size_t (*get_size_arg)(size_t offset, struct lttng_ctx_field *field,
+                              struct lib_ring_buffer_ctx *ctx,
+                              struct lttng_channel *chan);
        void (*record)(struct lttng_ctx_field *field,
                       struct lib_ring_buffer_ctx *ctx,
                       struct lttng_channel *chan);
This page took 0.023399 seconds and 4 git commands to generate.