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

Method SetStaticServer

src/ServerList.cpp:674–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672
673
674void CServerList::SetStaticServer(CServer* server, bool isStatic)
675{
676 server->SetIsStaticMember(isStatic);
677 Notify_ServerRefresh(server);
678 SaveStaticServers();
679}
680
681
682void CServerList::SetServerPrio(CServer* server, uint32 prio)

Callers 3

RemoveAllServersMethod · 0.45
OnStaticChangeMethod · 0.45
ProcessRequest2Method · 0.45

Calls 1

SetIsStaticMemberMethod · 0.80

Tested by

no test coverage detected