|
Squid Web Cache master
|
#include "squid.h"#include "base/AsyncCall.h"#include "base/AsyncJob.h"#include "base/AsyncJobCalls.h"#include "base/PackableStream.h"#include "base/TextException.h"#include "cbdata.h"#include "mem/PoolingAllocator.h"#include "MemBuf.h"#include "mgr/Registration.h"#include "Store.h"#include <ostream>#include <unordered_set>Go to the source code of this file.
Functions | |
| InstanceIdDefinitions (AsyncJob, "job") | |
| static auto & | AllJobs () |
| a set of all AsyncJob objects in existence | |
|
static |
Definition at line 30 of file AsyncJob.cc.
Referenced by AsyncJob::AsyncJob(), AsyncJob::~AsyncJob(), and AsyncJob::ReportAllJobs().
| InstanceIdDefinitions | ( | AsyncJob | , |
| "job" | |||
| ) |