File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/network/core/tcp_connect.cpp
Show inline comments
 
@@ -19,7 +19,7 @@
 
#include "../../safeguards.h"
 

	
 
/** List of connections that are currently being created */
 
static SmallVector<TCPConnecter *,  1> _tcp_connecters;
 
static std::vector<TCPConnecter *> _tcp_connecters;
 

	
 
/**
 
 * Create a new connecter for the given address