@@ -968,11 +968,11 @@ void InitQuorumsCache(CacheType& cache, bool limit_by_connections)
968968 std::forward_as_tuple (limit_by_connections ? llmq.keepOldConnections : llmq.keepOldKeys ));
969969 }
970970}
971- template void InitQuorumsCache<std::map<Consensus::LLMQType, unordered_lru_cache<uint256, bool , StaticSaltedHasher >>>(std::map<Consensus::LLMQType, unordered_lru_cache<uint256, bool , StaticSaltedHasher >>& cache, bool limit_by_connections);
971+ template void InitQuorumsCache<std::map<Consensus::LLMQType, Uint256LruHashMap< bool >>>(std::map<Consensus::LLMQType, Uint256LruHashMap< bool >>& cache, bool limit_by_connections);
972972template void InitQuorumsCache<std::map<Consensus::LLMQType, unordered_lru_cache<uint256, std::vector<CQuorumCPtr>, StaticSaltedHasher>>>(std::map<Consensus::LLMQType, unordered_lru_cache<uint256, std::vector<CQuorumCPtr>, StaticSaltedHasher>>& cache, bool limit_by_connections);
973973template void InitQuorumsCache<std::map<Consensus::LLMQType, unordered_lru_cache<uint256, std::shared_ptr<llmq::CQuorum>, StaticSaltedHasher, 0ul , 0ul >, std::less<Consensus::LLMQType>, std::allocator<std::pair<Consensus::LLMQType const , unordered_lru_cache<uint256, std::shared_ptr<llmq::CQuorum>, StaticSaltedHasher, 0ul , 0ul >>>>>(std::map<Consensus::LLMQType, unordered_lru_cache<uint256, std::shared_ptr<llmq::CQuorum>, StaticSaltedHasher, 0ul , 0ul >, std::less<Consensus::LLMQType>, std::allocator<std::pair<Consensus::LLMQType const , unordered_lru_cache<uint256, std::shared_ptr<llmq::CQuorum>, StaticSaltedHasher, 0ul , 0ul >>>>&cache, bool limit_by_connections);
974- template void InitQuorumsCache<std::map<Consensus::LLMQType, unordered_lru_cache<uint256, int , StaticSaltedHasher >>>(std::map<Consensus::LLMQType, unordered_lru_cache<uint256, int , StaticSaltedHasher >>& cache, bool limit_by_connections);
975- template void InitQuorumsCache<std::map<Consensus::LLMQType, unordered_lru_cache <uint256, uint256, StaticSaltedHasher >>>(std::map<Consensus::LLMQType, unordered_lru_cache <uint256, uint256, StaticSaltedHasher >>& cache, bool limit_by_connections);
974+ template void InitQuorumsCache<std::map<Consensus::LLMQType, Uint256LruHashMap< int >>>(std::map<Consensus::LLMQType, Uint256LruHashMap< int >>& cache, bool limit_by_connections);
975+ template void InitQuorumsCache<std::map<Consensus::LLMQType, Uint256LruHashMap <uint256>>>(std::map<Consensus::LLMQType, Uint256LruHashMap <uint256>>& cache, bool limit_by_connections);
976976template void
977977InitQuorumsCache<std::map<Consensus::LLMQType, unordered_lru_cache<uint256, std::pair<uint256, int >, StaticSaltedHasher>>>(
978978 std::map<Consensus::LLMQType, unordered_lru_cache<uint256, std::pair<uint256, int >, StaticSaltedHasher>>& cache,
0 commit comments