MCPcopy Create free account
hub / github.com/amule-project/amule / SendFileCommand

Method SendFileCommand

src/amule-remote-gui.cpp:2106–2112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2104
2105
2106void CDownQueueRem::SendFileCommand(CPartFile *file, ec_tagname_t cmd)
2107{
2108 CECPacket req(cmd);
2109 req.AddTag(CECTag(EC_TAG_PARTFILE, file->GetFileHash()));
2110
2111 m_conn->SendPacket(&req);
2112}
2113
2114
2115void CDownQueueRem::Prio(CPartFile *file, uint8 prio)

Callers 8

PartFile_Swap_A4AFFunction · 0.80
PartFile_Swap_A4AF_AutoFunction · 0.80
PartFile_PauseFunction · 0.80
PartFile_ResumeFunction · 0.80
PartFile_StopFunction · 0.80
PartFile_DeleteFunction · 0.80
Download_Set_Cat_StatusFunction · 0.80

Calls 3

CECTagClass · 0.70
AddTagMethod · 0.45
SendPacketMethod · 0.45

Tested by

no test coverage detected