]> icculus.org git repositories - dana/openbox.git/commit
Avoid blocks on read() for inotify.
authorDana Jansens <danakj@orodu.net>
Mon, 24 Jan 2011 22:05:44 +0000 (17:05 -0500)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Aug 2011 21:44:56 +0000 (17:44 -0400)
commit1f06b3675896122ad8dcbb0621ec30dded07f988
tree4e7fd55caf93ece748240318509f38768cd847ec
parent9e6a3575964ca57b14b936344400ce1e33b3f265
Avoid blocks on read() for inotify.

When we come into the function we don't know how much data is available to
read.  So just read a single event and return, so poll can figure out if there
is more for us or not.
obt/watch_inotify.c