]> git.e2factory.org Git - e2factory.git/commit
Change and extend e2lib.poll() interface
authorTobias Ulmer <tu@emlix.com>
Thu, 16 Jan 2014 17:23:26 +0000 (18:23 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:17 +0000 (15:41 +0100)
commitac4994e5943bbdb1adde6feb0f8d02ff48295550
tree69c86fc007e0148da6ae4b0282b1154d716305f0
parentd6d2c94191074256a7892f932d91493e6e9bab0c
Change and extend e2lib.poll() interface

Instead of a single pos in the fdvec table, return a table of all
selected file descriptors. Allows handling more than one active file
descriptor in one go.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua
generic/le2lib.c