X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-calibrate.c;h=56ee8cf8424ae36b338d0fc9698758ae614f4319;hb=1158b2706e58c2f94e6bd746e0504b989320c0a1;hp=38863194672aafbc6c88d2b1f6d67758fe5e54bb;hpb=cfa6cc1d0f01c2cfcc1a679abf3a6572d411c309;p=lttng-modules.git diff --git a/src/lttng-calibrate.c b/src/lttng-calibrate.c index 38863194..56ee8cf8 100644 --- a/src/lttng-calibrate.c +++ b/src/lttng-calibrate.c @@ -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: