Calibrate namespacing
[lttng-modules.git] / ltt-debugfs-abi.c
index 31465d83ef6d759edb6462453fe484bd09bf0279..0b8a60a2698d7901e6c86c4f391149f6d5225098 100644 (file)
@@ -222,9 +222,9 @@ long lttng_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                return 0;
        case LTTNG_KERNEL_CALIBRATE:
        {
-               struct lttng_calibrate __user *ucalibrate =
-                       (struct lttng_calibrate __user *) arg;
-               struct lttng_calibrate calibrate;
+               struct lttng_kernel_calibrate __user *ucalibrate =
+                       (struct lttng_kernel_calibrate __user *) arg;
+               struct lttng_kernel_calibrate calibrate;
                int ret;
 
                if (copy_from_user(&calibrate, ucalibrate, sizeof(calibrate)))
This page took 0.023897 seconds and 4 git commands to generate.