X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FIPStack%2Fudp.c;h=325a09e86c6d5a3ad82a241583d3b90a82ddd438;hb=6a0792d4e8f886c590e008f8c3fea32ed7382410;hp=8c5c6caeed1532d52bcc4e543bce67f084d2ab08;hpb=7e72bedb501f047d214cbe97d35c48bb181e169d;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/IPStack/udp.c b/KernelLand/Modules/IPStack/udp.c index 8c5c6cae..325a09e8 100644 --- a/KernelLand/Modules/IPStack/udp.c +++ b/KernelLand/Modules/IPStack/udp.c @@ -38,7 +38,7 @@ tVFS_NodeType gUDP_NodeType = { .IOCtl = UDP_Channel_IOCtl, .Close = UDP_Channel_Close }; -tMutex glUDP_Channels; +tMutex glUDP_Channels; // TODO: Replace with a RWLock tUDPChannel *gpUDP_Channels; tMutex glUDP_Ports;