~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/cache_manager.cc

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#include "wordlist.h"
44
44
#include "Debug.h"
45
45
 
46
 
/**
47
 
 \defgroup CacheManagerInternal Cache Manager Internals
48
 
 \ingroup CacheManagerAPI
49
 
 */
50
 
 
51
46
/// \ingroup CacheManagerInternal
52
47
#define MGR_PASSWD_SZ 128
53
48