Working on UDP, removed debug from some code, fixed ARP setting hwtype to 0x100 ...
[tpg/acess2.git] / Modules / IPStack / tcp.h
index ed517db..fd04f7b 100644 (file)
@@ -68,7 +68,7 @@ struct sTCPListener
         int    NextID;         //!< Name of the next connection
        tSpinlock       lConnections;   //!< Spinlock for connections
        tTCPConnection  *Connections;   //!< Connections (linked list)
-       volatile tTCPConnection *NewConnections;
+        tTCPConnection *volatile NewConnections;
 };
 
 struct sTCPConnection

UCC git Repository :: git.ucc.asn.au