X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=libubus.h;fp=libubus.h;h=4e45cb620a28befe23c27d3b8dc7eb1a1d12fb1a;hp=ea532720a8fe07513392636d4c05881750f05eba;hb=91acde66b963e238aba35fb4f2030a147df84cd4;hpb=763b9b2cf293fb60b5c2ddf34e2500f95200b6b5 diff --git a/libubus.h b/libubus.h index ea53272..4e45cb6 100644 --- a/libubus.h +++ b/libubus.h @@ -155,6 +155,7 @@ struct ubus_context { uint32_t local_id; uint16_t request_seq; + bool cancel_poll; int stack_depth; void (*connection_lost)(struct ubus_context *ctx);