Kernel - Instruction tracing support
[tpg/acess2.git] / Modules / IPStack / udp.c
index 44a6851..c1dbe92 100644 (file)
@@ -400,7 +400,7 @@ Uint64 UDP_Channel_Read(tVFS_Node *Node, Uint64 Offset, Uint64 Length, void *Buf
        
        for(;;)
        {
-               VFS_SelectNode(Node, VFS_SELECT_READ, NULL);
+               VFS_SelectNode(Node, VFS_SELECT_READ, NULL, "UDP_Channel_Read");
                SHORTLOCK(&chan->lQueue);
                if(chan->Queue == NULL) {
                        SHORTREL(&chan->lQueue);

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