Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1472 → Rev 1473

/kernel/branches/net/network/socket.inc
16,8 → 16,8
$Revision$
 
struct SOCKET_head
.NextPtr dd ? ; pointer to next socket in list
.PrevPtr dd ? ; pointer to previous socket in list
.NextPtr dd ? ; pointer to next socket in list
.Number dd ? ; socket number (unique within single process)
.PID dd ? ; application process id
.Domain dd ? ; INET/UNIX/..
969,7 → 969,7
ret
 
.full:
DEBUGF 1,"Socket %x is full!\n",eax
DEBUGF 2,"Socket %x is full!\n",eax
mov [eax + SOCKET_head.lock], 0
call kernel_free
add esp, 8