uclient: defer read notifications to uloop timer
[project/uclient.git] / uclient.h
index ffe159a3375f083272225796015eee70dcfec462..29563b35d215bd297962bdfca3e0dd22cf2f219e 100644 (file)
--- a/uclient.h
+++ b/uclient.h
@@ -75,6 +75,7 @@ struct uclient {
        struct blob_attr *meta;
 
        struct uloop_timeout connection_timeout;
+       struct uloop_timeout read_notify;
        struct uloop_timeout timeout;
 };