Move probe_ctx argument to align with lttng-ust
[lttng-modules.git] / include / ringbuffer / config.h
index ccb683371cd9ec52176909f59e8a348dbfb01776..2019e14cbf4052c1789689c77e3bb59d24169a33 100644 (file)
@@ -204,9 +204,9 @@ struct lib_ring_buffer_ctx {
  */
 static inline
 void lib_ring_buffer_ctx_init(struct lib_ring_buffer_ctx *ctx,
-                             struct channel *chan, void *priv,
+                             struct channel *chan,
                              size_t data_size, int largest_align,
-                             int cpu)
+                             int cpu, void *priv)
 {
        ctx->chan = chan;
        ctx->priv = priv;
This page took 0.023544 seconds and 4 git commands to generate.