From 24f9da71efd637feed833a4fca5650013f901812 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 1 May 2015 13:48:39 +0200 Subject: add todos for timed operations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/bus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/bus.h') diff --git a/src/bus.h b/src/bus.h index 3ab83de..4f38067 100644 --- a/src/bus.h +++ b/src/bus.h @@ -163,6 +163,7 @@ int bus_close(bus_t *bus); * @return 0 on success, -1 on error */ int bus_write(const bus_t *bus, const char *message, int flags); +/* TODO bus_write_timed */ /** * Listen (in a loop, forever) for new message on a bus @@ -187,6 +188,7 @@ int bus_write(const bus_t *bus, const char *message, int flags); * @return 0 on success, -1 on error */ int bus_read(const bus_t *bus, int (*callback)(const char *message, void *user_data), void *user_data); +/* TODO bus_read_timed */ /** @@ -226,6 +228,7 @@ int bus_poll_stop(const bus_t *bus); * @return The received message, `NULL` on error */ const char *bus_poll(bus_t *bus, int flags); +/* TODO bus_poll_timed */ /** -- cgit v1.2.3-70-g09d2