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