X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=uloop.h;h=756451405381015cb02f390ad43298ec02ae1ef8;hp=98dd8184a4f2fa6e566dd86cfd1b779b2fae7f4d;hb=b06cd8c58e276a44fbe19f9ed5b1a7a74e5ca4e3;hpb=b9ebdbcc648274cc630b6349374f9fb21e53f396 diff --git a/uloop.h b/uloop.h index 98dd818..7564514 100644 --- a/uloop.h +++ b/uloop.h @@ -53,6 +53,8 @@ typedef void (*uloop_process_handler)(struct uloop_process *c, int ret); #define ULOOP_EDGE_DEFER (1 << 5) #endif +#define ULOOP_ERROR_CB (1 << 6) + struct uloop_fd { uloop_fd_handler cb;