~ubuntu-branches/debian/squeeze/squid3/squeeze

« back to all changes in this revision

Viewing changes to src/StoreHashIndex.h

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2009-09-20 01:33:00 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090920013300-diay8crnwj6iul4f
Tags: 3.0.STABLE19-1
* New upstream release
  - Fixes DoS in exthernal auth header parser (Ref: CVE-2009-2855)

* debian/squid.rc
  - Fixed dependencies in init.d script, thanks to Petter Reinholdtsen
    (Closes: #546362)

* debian/control
 - Bumped Standard-Version to 3.8.3, no change needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    RefCount<StoreHashIndex> sd;
111
111
 
112
112
private:
113
 
    CBDATA_CLASS2(StoreSearchHashIndex);
114
113
    void copyBucket();
115
114
    void (*callback)(void *cbdata);
116
115
    void *cbdata;
117
116
    bool _done;
118
117
    int bucket;
119
118
    Vector<StoreEntry *> entries;
 
119
 
 
120
    // keep this last. it plays with private/public
 
121
    CBDATA_CLASS2(StoreSearchHashIndex);
120
122
};
121
123
 
122
124
#endif /* SQUID_STOREHASHINDEX_H */