mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove some shared pointers on load monitors.
This commit is contained in:
@@ -373,7 +373,7 @@ void Peer::processReadBuffer()
|
||||
|
||||
// std::cerr << "Peer::processReadBuffer: " << mIpPort.first << " " << mIpPort.second << std::endl;
|
||||
|
||||
LoadEvent::pointer event = theApp->getJobQueue().getLoadEvent(jtPEER);
|
||||
LoadEvent::autoptr event(theApp->getJobQueue().getLoadEventAP(jtPEER));
|
||||
|
||||
boost::recursive_mutex::scoped_lock sl(theApp->getMasterLock());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user