CernVM-FS
2.12.0
|
Variables | |
const LogFacilities & | kLogInfo = DefaultLogging::info |
const LogFacilities & | kLogError = DefaultLogging::error |
const int | kMaxPoolHandles = 1 |
const unsigned | kDownloadTimeout = 60 |
const unsigned | kDownloadRetries = 1 |
This file is part of the CernVM File System.
const unsigned anonymous_namespace{cmd_pub.cc}::kDownloadRetries = 1 |
Definition at line 27 of file cmd_pub.cc.
Referenced by notify::DoPublish().
const unsigned anonymous_namespace{cmd_pub.cc}::kDownloadTimeout = 60 |
Definition at line 26 of file cmd_pub.cc.
Referenced by notify::DoPublish().
const LogFacilities& anonymous_namespace{cmd_pub.cc}::kLogError = DefaultLogging::error |
Definition at line 23 of file cmd_pub.cc.
Referenced by notify::DoPublish(), notify::DoSubscribe(), notify::msg::Activity::FromJSONString(), notify::PublisherHTTP::Publish(), notify::SubscriberSSE::Subscribe(), and notify::SubscriberSupervisor::Task().
const LogFacilities& anonymous_namespace{cmd_pub.cc}::kLogInfo = DefaultLogging::info |
Definition at line 22 of file cmd_pub.cc.
Referenced by notify::SubscriberSSE::CurlProgressCB(), notify::DoPublish(), and notify::SubscriberSupervisor::Task().
const int anonymous_namespace{cmd_pub.cc}::kMaxPoolHandles = 1 |
Definition at line 25 of file cmd_pub.cc.
Referenced by notify::DoPublish().