Cleanup: rename lttng_syscalls_destroy_event to lttng_syscalls_destroy_channel
[lttng-modules.git] / src / lttng-syscalls.c
index 62761b8286b620bd54564b234144820a03a1a1b2..33f05ea358b13a45e0dbd115acfd8f666b5f3b1b 100644 (file)
@@ -1170,7 +1170,7 @@ int lttng_syscalls_unregister_channel(struct lttng_kernel_channel_buffer *chan)
        return 0;
 }
 
-int lttng_syscalls_destroy_event(struct lttng_kernel_channel_buffer *chan)
+int lttng_syscalls_destroy_channel(struct lttng_kernel_channel_buffer *chan)
 {
        struct lttng_kernel_syscall_table *syscall_table = &chan->priv->parent.syscall_table;
 
This page took 0.026099 seconds and 4 git commands to generate.