ABI: use enable a syscall ABI field name
[lttng-modules.git] / lttng-abi.h
index 279435792fa0a50e4b944caeda3c3a8af1a146aa..c59b8c6fd895e37c11534e2a3e4a0518253b4e06 100644 (file)
@@ -80,7 +80,7 @@ struct lttng_kernel_function_tracer {
 }__attribute__((packed));
 
 struct lttng_kernel_syscall {
-       char disable;
+       char enable;
 } __attribute__((packed));
 
 /*
This page took 0.024228 seconds and 4 git commands to generate.