------------------------------------------------------------ revno: 11692 revision-id: squid3@treenet.co.nz-20121028094738-vhnbx56lhxlk5c6w parent: squid3@treenet.co.nz-20121020123520-a1eacp93ju7wm1hn committer: Amos Jeffries branch nick: 3.2 timestamp: Sun 2012-10-28 03:47:38 -0600 message: Fix missing predefines in PeerDigest.h ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121028094738-vhnbx56lhxlk5c6w # target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # testament_sha1: 7e7f02f47021c4882a9a8f327a219f1b06560cf9 # timestamp: 2012-10-31 23:03:06 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # base_revision_id: squid3@treenet.co.nz-20121020123520-\ # a1eacp93ju7wm1hn # # Begin patch === modified file 'src/PeerDigest.h' --- src/PeerDigest.h 2012-03-03 23:19:03 +0000 +++ src/PeerDigest.h 2012-10-28 09:47:38 +0000 @@ -64,6 +64,10 @@ int reserved[32 - 6]; }; +class HttpRequest; +class PeerDigest; +class store_client; + struct _DigestFetchState { PeerDigest *pd; StoreEntry *entry;