X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FIPStack%2Ftcp.h;h=fd04f7b7840d2671fd55db2f0749f4e6bcc4ef1d;hb=b3fa9a08edcbc459bd8e9df73186e292470ebfc3;hp=ed517db8e1d311c85ade0c5a825ce4b077006f20;hpb=3c85c92afe3f506a921447ef07963525d796137b;p=tpg%2Facess2.git diff --git a/Modules/IPStack/tcp.h b/Modules/IPStack/tcp.h index ed517db8..fd04f7b7 100644 --- a/Modules/IPStack/tcp.h +++ b/Modules/IPStack/tcp.h @@ -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