|
Squid Web Cache master
|
#include "squid.h"#include "base/TextException.h"#include "compat/shm.h"#include "compat/unistd.h"#include "debug/Stream.h"#include "fatal.h"#include "Instance.h"#include "ipc/mem/Segment.h"#include "sbuf/SBuf.h"#include "SquidConfig.h"#include "tools.h"#include <map>Go to the source code of this file.
Typedefs | |
| typedef std::map< String, Ipc::Mem::Segment * > | SegmentMap |
Variables | |
| static SegmentMap | Segments |
| typedef std::map<String, Ipc::Mem::Segment *> SegmentMap |
Definition at line 301 of file Segment.cc.
|
static |
Definition at line 302 of file Segment.cc.
Referenced by Ipc::Mem::Segment::~Segment(), Ipc::Mem::Segment::create(), and Ipc::Mem::Segment::open().