add request cancelled flag
[project/ubus.git] / libubus.h
index bd3d736..9c07cae 100644 (file)
--- a/libubus.h
+++ b/libubus.h
@@ -88,6 +88,7 @@ struct ubus_request {
        bool status_msg;
        int status_code;
        bool blocked;
+       bool cancelled;
 
        uint32_t peer;
        uint32_t seq;