chiark / gitweb /
libudev: export udev_monitor_set_receive_buffer_size()
authorScott James Remnant <scott@ubuntu.com>
Wed, 17 Feb 2010 15:26:00 +0000 (15:26 +0000)
committerScott James Remnant <scott@ubuntu.com>
Wed, 17 Feb 2010 15:26:00 +0000 (15:26 +0000)
commita571c23e954cb88cdd5faa28593b19bd7c340130
tree01df7fecf20e3d7a2c732978b486816d930d5ef4
parent4ca91a04e8b727a079a973fdd9bc2b093e8315a5
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>
libudev/exported_symbols
libudev/libudev-private.h
libudev/libudev.h