When reading from the *inotify* file descriptor, multiple structs can be returned. Because the read loop was incorrectly calculating offsets, messages would frequently get lost in this way. This commit simplifies the logic of the read loop, using only a single position indicator and correctly calculating all offsets from that on each iteration. The result is that no more messages are incorrectly skipped. |
||
---|---|---|
doc | ||
src/linuxapi | ||
.gitignore | ||
Makefile | ||
fmpkg.ini | ||
python-linuxapi.spec | ||
setup.py |