Fix: network instrumentation protocol enum
[lttng-modules.git] / lttng-abi.c
index ab1e832b6ca6d2688a7cace9667615f33d4fe304..77e5e9859e7f51099964f4002b932faf98531984 100644 (file)
@@ -684,6 +684,7 @@ long lttng_metadata_ring_buffer_ioctl(struct file *filp,
                 */
                return -ENOSYS;
        }
+       case RING_BUFFER_FLUSH_EMPTY:   /* Fall-through. */
        case RING_BUFFER_FLUSH:
        {
                struct lttng_metadata_stream *stream = filp->private_data;
@@ -760,6 +761,7 @@ long lttng_metadata_ring_buffer_compat_ioctl(struct file *filp,
                 */
                return -ENOSYS;
        }
+       case RING_BUFFER_FLUSH_EMPTY:   /* Fall-through. */
        case RING_BUFFER_FLUSH:
        {
                struct lttng_metadata_stream *stream = filp->private_data;
This page took 0.024059 seconds and 4 git commands to generate.