X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flttng-abi.c;h=afd233738dc326b66e80df9ae81c53ff52520557;hb=8c34b41250497ef69693f3e14045ede4aa076207;hp=caec803fe51e018f470ce03bb7003fbbaa73517f;hpb=2a059b14c2cbbf828ebc2fc6db643cf81b51abed;p=lttng-modules.git diff --git a/src/lttng-abi.c b/src/lttng-abi.c index caec803f..afd23373 100644 --- a/src/lttng-abi.c +++ b/src/lttng-abi.c @@ -121,6 +121,7 @@ fd_error: return ret; } +static void event_notifier_send_notification_work_wakeup(struct irq_work *entry) { struct lttng_event_notifier_group *event_notifier_group = @@ -2576,6 +2577,7 @@ long lttng_metadata_ioctl(struct file *file, unsigned int cmd, unsigned long arg * @file: the file * @wait: poll table */ +static unsigned int lttng_channel_poll(struct file *file, poll_table *wait) { struct lttng_kernel_channel_buffer *channel = file->private_data;