summaryrefslogtreecommitdiff
path: root/uclient.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-16 18:50:22 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-16 18:50:22 +0100
commit057a89885bb9dc4cf3a6e9dfc4be04ad72c4f8f0 (patch)
treef3fe360511ee07ec61ca58e7d1a8b5c87b3958b4 /uclient.h
parentb94caa406f4e5c1db4691735ba4969b002dc978f (diff)
downloaduclient-057a89885bb9dc4cf3a6e9dfc4be04ad72c4f8f0.tar.gz
http: allow the header_done callback to reset the client state
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uclient.h')
-rw-r--r--uclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uclient.h b/uclient.h
index 0c76f6e..212fb7d 100644
--- a/uclient.h
+++ b/uclient.h
@@ -69,6 +69,7 @@ struct uclient {
bool data_eof;
int error_code;
int status_code;
+ int seq;
struct blob_attr *meta;
struct uloop_timeout connection_timeout;