]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
for new swapout scheme we need to separately track the number of
authorwessels <>
Sat, 18 Oct 1997 05:32:15 +0000 (05:32 +0000)
committerwessels <>
Sat, 18 Oct 1997 05:32:15 +0000 (05:32 +0000)
bytes queued for disk write and the number actually written

src/structs.h

index 200157d1ae2dd5616c7bdc555789958a660cfe84..2601d14b6bd70d9349dbc72b2c1c8974b9e63e6f 100644 (file)
@@ -743,7 +743,8 @@ struct _MemObject {
     struct _store_client *clients;
     int nclients;
     struct {
-       off_t offset;
+       off_t queue_offset;
+       off_t done_offset;
        int fd;
     } swapout;
     struct _http_reply *reply;