summaryrefslogtreecommitdiff
path: root/libudev/libudev-private.h
diff options
context:
space:
mode:
authorScott James Remnant <scott@ubuntu.com>2010-02-17 15:26:00 +0000
committerScott James Remnant <scott@ubuntu.com>2010-02-17 15:26:00 +0000
commita571c23e954cb88cdd5faa28593b19bd7c340130 (patch)
tree01df7fecf20e3d7a2c732978b486816d930d5ef4 /libudev/libudev-private.h
parent4ca91a04e8b727a079a973fdd9bc2b093e8315a5 (diff)
libudev: export udev_monitor_set_receive_buffer_size()
This function is useful for anything that's likely to be running alongside udevd during cold-plugging, and is using libudev to receive the events. It makes little sense for it to be private, or to require other software to relearn how to adjust the buffer size. Signed-off-by: Scott James Remnant <scott@ubuntu.com>
Diffstat (limited to 'libudev/libudev-private.h')
-rw-r--r--libudev/libudev-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libudev/libudev-private.h b/libudev/libudev-private.h
index c2fff00211..0d28b80fda 100644
--- a/libudev/libudev-private.h
+++ b/libudev/libudev-private.h
@@ -109,7 +109,6 @@ int udev_monitor_disconnect(struct udev_monitor *udev_monitor);
int udev_monitor_allow_unicast_sender(struct udev_monitor *udev_monitor, struct udev_monitor *sender);
int udev_monitor_send_device(struct udev_monitor *udev_monitor,
struct udev_monitor *destination, struct udev_device *udev_device);
-int udev_monitor_set_receive_buffer_size(struct udev_monitor *udev_monitor, int size);
/* libudev-ctrl.c - daemon runtime setup */
struct udev_ctrl;