]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Wed, 1 Nov 2000 06:48:08 +0000 (06:48 +0000)
committerwessels <>
Wed, 1 Nov 2000 06:48:08 +0000 (06:48 +0000)
commit186477c1163c0718cf127587c1ad63a1e61906d9
tree7f0b76538ebae2d3ae67c5fed16a7e15fb64fd52
parente3732f4ffe1812c71c02ecbdddc06230b3c06fe8
DW:
 - Changed occurances of

        struct _foo {
            /* first two items must be same as hash_link */
            char *key;
            foo *next;
            ...
        };

   to

        struct _foo {
            hash_link hash;     /* must be first */
            ...
        };
33 files changed:
include/hash.h
lib/hash.c
src/HttpHdrRange.cc
src/access_log.cc
src/acl.cc
src/authenticate.cc
src/cache_diff.cc
src/cbdata.cc
src/client_db.cc
src/fqdncache.cc
src/fs/aufs/store_dir_aufs.cc
src/fs/coss/store_dir_coss.cc
src/fs/diskd/store_dir_diskd.cc
src/fs/ufs/store_dir_ufs.cc
src/http.cc
src/ident.cc
src/ipcache.cc
src/leakfinder.cc
src/neighbors.cc
src/net_db.cc
src/pconn.cc
src/protos.h
src/stat.cc
src/store.cc
src/store_client.cc
src/store_dir.cc
src/store_key_md5.cc
src/store_log.cc
src/store_swapin.cc
src/store_swapmeta.cc
src/store_swapout.cc
src/structs.h
src/test_cache_digest.cc