From d775b3388f82b16068111ddbf3f4fe1c0b1cedb3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 27 Apr 2015 01:23:38 +0200 Subject: add nowait option to bus_poll MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/bus.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/bus.h') diff --git a/src/bus.h b/src/bus.h index ed1c5de..ac03106 100644 --- a/src/bus.h +++ b/src/bus.h @@ -101,7 +101,8 @@ typedef struct bus /** * Non-zero if and only if `bus_poll` has not been - * called since the last `bus_poll_start` + * called since the last `bus_poll_start`, or + * if `bus_poll` failed during reading */ int first_poll; } bus_t; @@ -190,7 +191,7 @@ int bus_read(const bus_t *bus, int (*callback)(const char *message, void *user_d int bus_poll_start(bus_t *bus); int bus_poll_stop(const bus_t *bus); -const char *bus_poll(bus_t *bus, int falgs); +const char *bus_poll(bus_t *bus, int flags); -- cgit v1.2.3-70-g09d2