Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-06 18:13:58 +0300
committerFelix Fietkau <nbd@openwrt.org>2011-02-06 18:13:58 +0300
commitbf87f247d8cf83a88626e9bf4edfb8711c115a2c (patch)
tree0e776a52ff931ce35ee11bc6cb312da216b6b545 /uloop.h
parent3bc18fcadc87a073de47ce94c10fc974104637be (diff)
uloop: export the cancelled flag
Diffstat (limited to 'uloop.h')
-rw-r--r--uloop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uloop.h b/uloop.h
index 10a117f..2b02e18 100644
--- a/uloop.h
+++ b/uloop.h
@@ -62,6 +62,8 @@ struct uloop_timeout
bool pending;
};
+extern bool uloop_cancelled;
+
int uloop_fd_add(struct uloop_fd *sock, unsigned int flags);
int uloop_fd_delete(struct uloop_fd *sock);