Namespace LTTng modules ABI with lttng_kernel_abi_ prefix
[lttng-modules.git] / src / lttng-calibrate.c
index 38863194672aafbc6c88d2b1f6d67758fe5e54bb..56ee8cf8424ae36b338d0fc9698758ae614f4319 100644 (file)
@@ -16,10 +16,10 @@ void lttng_calibrate_kretprobe(void)
        asm volatile ("");
 }
 
-int lttng_calibrate(struct lttng_kernel_calibrate *calibrate)
+int lttng_calibrate(struct lttng_kernel_abi_calibrate *calibrate)
 {
        switch (calibrate->type) {
-       case LTTNG_KERNEL_CALIBRATE_KRETPROBE:
+       case LTTNG_KERNEL_ABI_CALIBRATE_KRETPROBE:
                lttng_calibrate_kretprobe();
                break;
        default:
This page took 0.022912 seconds and 4 git commands to generate.