handle: return POLLOUT | POLLWRNORM from kdbus_handle_poll()
authorDaniel Mack <zonque@gmail.com>
Mon, 18 Aug 2014 15:07:49 +0000 (17:07 +0200)
committerDaniel Mack <zonque@gmail.com>
Mon, 18 Aug 2014 15:07:58 +0000 (17:07 +0200)
commitd19902630823b970fb705c32e96e9d74a877faaf
tree1347f386362f30231f56ec9dcc2f4a8987f1b202
parent53711b606ed83f9b8dd7dc1f3832a01bd6409d79
handle: return POLLOUT | POLLWRNORM from kdbus_handle_poll()

Also return POLLOUT | POLLWRNORM from kdbus_handle_poll() when a message
arrived. IOW: in all non-error conditions.
handle.c