summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-03-13 00:01:57 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-03-13 00:01:57 -0800
commit2e158bee7a33fac33c300f703396ee1ce1ad7a7d (patch)
tree784c88eea7078f72a2cd5990b72aefa5b2ba4798 /http.h
parentMerge branch 'fk/blame' (diff)
parenthttp-push: cleanup (diff)
downloadtgif-2e158bee7a33fac33c300f703396ee1ce1ad7a7d.tar.xz
Merge branch 'nh/http'
* nh/http: http-push: cleanup http-push: support for updating remote info/refs http-push: improve remote lock management http-push: refactor remote file/directory processing HTTP slot reuse fixes http-push: fix revision walk
Diffstat (limited to 'http.h')
-rw-r--r--http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.h b/http.h
index 36fa154d2f..9ca16acec2 100644
--- a/http.h
+++ b/http.h
@@ -35,6 +35,7 @@ struct active_request_slot
int in_use;
CURLcode curl_result;
long http_code;
+ int *finished;
struct slot_results *results;
void *callback_data;
void (*callback_func)(void *data);