Generalize `lttng_enabler_link_bytecode()` bytecode list
[lttng-modules.git] / include / lttng / events.h
index bb3f9363f3d346d45e41ef054269bb8512df4101..f4c9212c4384fe58462948f7af869f702adee919 100644 (file)
@@ -903,8 +903,8 @@ int lttng_event_notifier_enabler_attach_filter_bytecode(
 
 void lttng_enabler_link_bytecode(const struct lttng_event_desc *event_desc,
                struct lttng_ctx *ctx,
-               struct list_head *bytecode_runtime_head,
-               struct lttng_enabler *enabler);
+               struct list_head *instance_bytecode_runtime_head,
+               struct list_head *enabler_bytecode_runtime_head);
 
 int lttng_probes_init(void);
 
This page took 0.022664 seconds and 4 git commands to generate.