| 2451 | } |
| 2452 | |
| 2453 | uint32_t StreamingDestination::GetRandom () |
| 2454 | { |
| 2455 | return m_Owner ? m_Owner->GetRng ()() : rand (); |
| 2456 | } |
| 2457 | |
| 2458 | void StreamingDestination::CleanupExpiredNumConnectionsPerSecond (std::list<uint64_t>& numConnectionsList, uint64_t ts) |
| 2459 | { |
no outgoing calls
no test coverage detected