| 1368 | } |
| 1369 | |
| 1370 | void DumpData() |
| 1371 | { |
| 1372 | DumpAddresses(); |
| 1373 | |
| 1374 | if (CNode::BannedSetIsDirty()) |
| 1375 | // { |
| 1376 | DumpBanlist(); |
| 1377 | // CNode::SetBannedSetDirty(false); |
| 1378 | // } |
| 1379 | } |
| 1380 | |
| 1381 | void static ProcessOneShot() |
| 1382 | { |
no test coverage detected