File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/network/core/tcp_connect.cpp
Show inline comments
 
@@ -18,6 +18,8 @@
 

	
 
#include "tcp.h"
 

	
 
#include "../../safeguards.h"
 

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