Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ SendLocalSrcRequest
Method
SendLocalSrcRequest
src/DownloadQueue.cpp:1146–1151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1144
1145
1146
void CDownloadQueue::SendLocalSrcRequest(CPartFile* sender)
1147
{
1148
wxMutexLocker lock( m_mutex );
1149
1150
m_localServerReqQueue.push_back(sender);
1151
}
1152
1153
1154
void CDownloadQueue::ResetCatParts(uint8 cat)
Callers
1
Process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected