]> git.ipfire.org Git - thirdparty/dbus.git/commit
Separate the event based implementation for _dbus_poll() from the fd based one
authorRalf Habacker <ralf.habacker@freenet.de>
Tue, 28 Apr 2020 05:04:25 +0000 (07:04 +0200)
committerSimon McVittie <smcv@collabora.com>
Wed, 29 Apr 2020 10:52:22 +0000 (10:52 +0000)
commit0d714aed9dd98c9664d86cbdeb0dda05e50ac45d
tree47073d215d24d63e6d5acfe6265ad2128967e22f
parentbecf2e3feb7d5c8998694b3f281c9ad0c5e96bae
Separate the event based implementation for _dbus_poll() from the fd based one

The function _dbus_poll() has been split into two functions,
_dbus_poll_events() and _dbus_poll_select(), each containing the
corresponding implementation.

_dbus_poll() now calls the corresponding function.
dbus/dbus-sysdeps-win.c