MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / removeFIFO

Method removeFIFO

Peering/Peering.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void PeerMessageFIFOMap::removeFIFO(unsigned transactionID)
69{
70 if (!remove(transactionID)) { LOG(DEBUG) << "attempt to remove non-existent FIFO " << transactionID; }
71}
72
73
74char* PeerMessageFIFOMap::readFIFO(unsigned transactionID, unsigned timeout)

Callers 1

~TranEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected