Sync ioctl headers with kernel
[lttng-tools.git] / ltt-sessiond / kernel-ctl.c
index 12a00eb1fb8debc0e73d54d4ca00355863c839fd..5d70296ea82008669c6710c57a19024c4620f051 100644 (file)
@@ -68,10 +68,10 @@ int kernel_create_channel(struct command_ctx *cmd_ctx)
 {
        int ret;
        struct ltt_kernel_channel *lkc;
-       struct lttng_channel *chan;
+       struct lttng_kernel_channel *chan;
 
        lkc = malloc(sizeof(struct ltt_kernel_channel));
-       chan = malloc(sizeof(struct lttng_channel));
+       chan = malloc(sizeof(struct lttng_kernel_channel));
 
        if (lkc == NULL || chan == NULL) {
                perror("kernel channel malloc");
This page took 0.022995 seconds and 4 git commands to generate.