Home
last modified time | relevance | path

Searched defs:usageIndicator (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist.cc589 int64_t usageIndicator = ids->usageIndicator; in responderThread() local
1725 int64_t usageIndicator = ids.usageIndicator; in healthChecksThread() local
H A Ddnsdist.hh689 …std::atomic<int64_t> usageIndicator{unusedIndicator}; // set to unusedIndicator to indicate this … member