X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a305f593f72a69d92db8d28d14196f7e6311a8c0..91c5a8c5df9dd463cf8ab7016434184b7305444a:/methods/http.h diff --git a/methods/http.h b/methods/http.h index c5a4d0e86..541e2952c 100644 --- a/methods/http.h +++ b/methods/http.h @@ -31,6 +31,11 @@ class CircleBuf unsigned long MaxGet; struct timeval Start; + static unsigned long BwReadLimit; + static unsigned long BwTickReadData; + static struct timeval BwReadTick; + static const unsigned int BW_HZ; + unsigned long LeftRead() { unsigned long Sz = Size - (InP - OutP);