X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=libubus.h;h=0dcbb6d3e93da0825e64813da1a43c8115db7b78;hp=55c59e4ae8b03b6bbc82dd6468f1199fda966405;hb=25b9b4b827f74482743689386b195dca3b81a0df;hpb=42bc27ae38d92f4fe11872b0f9d57f8d3578dcfe diff --git a/libubus.h b/libubus.h index 55c59e4..0dcbb6d 100644 --- a/libubus.h +++ b/libubus.h @@ -93,11 +93,13 @@ struct ubus_event_handler { struct ubus_context { struct list_head requests; struct avl_tree objects; + struct list_head pending; struct uloop_fd sock; uint32_t local_id; uint32_t request_seq; + int stack_depth; void (*connection_lost)(struct ubus_context *ctx);