mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +02:00
make broadcastToNodes take NLPacket unique ptr
This commit is contained in:
parent
5728cf5056
commit
05be8199c8
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ public:
|
|||
int updateNodeWithDataFromPacket(const SharedNodePointer& matchingNode, const QByteArray& packet);
|
||||
int findNodeAndUpdateWithDataFromPacket(const QByteArray& packet);
|
||||
|
||||
unsigned broadcastToNodes(PacketList& packetList, const NodeSet& destinationNodeTypes) {};
|
||||
unsigned broadcastToNodes(std::unique_ptr<NLPacket> packet, const NodeSet& destinationNodeTypes) {};
|
||||
SharedNodePointer soloNodeOfType(char nodeType);
|
||||
|
||||
void getPacketStats(float &packetsPerSecond, float &bytesPerSecond);
|
||||
|
|
Loading…
Reference in a new issue