X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=http.h;h=9ca16acec25e3925c36bbade09b2cb7b4aa07842;hb=ce0bd64299ae148ef61a63edcac635de41254cb5;hp=36fa154d2f6adf19bac3db4985360174320f0b8d;hpb=d9ad59e7636d98daa6131e9fd2cb2b4f5745a853;p=git.git diff --git a/http.h b/http.h index 36fa154d..9ca16ace 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);