[idd] transport: centralize source identity

This commit is contained in:
Geoffrey McRae
2026-08-13 21:42:24 +10:00
parent 84bda112ac
commit cd6bcc3a41
4 changed files with 24 additions and 23 deletions

View File

@@ -96,7 +96,6 @@ private:
bool m_knownValid = false;
bool m_monitorReady = false;
static bool SameSource(const SourceKey& left, const SourceKey& right);
static bool SameEpoch(
const SourceKey& source, BackendId backend, uint32_t epoch);
static bool SameRequest(const Request& request, const SourceKey& source,