and more performance tweaks

This commit is contained in:
DarthArgus
2014-10-27 21:28:46 -07:00
parent 7bcd3cb5bc
commit 7254d00e3c
25 changed files with 82 additions and 82 deletions
@@ -118,7 +118,7 @@ namespace TaskManagerNameSpace
std::vector<QueuedSpawnRequest> s_delayedSpawnRequests;
struct OutstandingSpawnRequestAck
{
OutstandingSpawnRequestAck(const std::string n, const Archive::ByteStream & a, int t) :
OutstandingSpawnRequestAck(const std::string &n, const Archive::ByteStream & a, int t) :
nodeLabel(n), request(a), transactionId(t)
{
}