Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2402 → Rev 2403

/kernel/branches/net/network/socket.inc
516,7 → 516,7
call SOCKET_ring_create
 
pusha
lea ecx, [ebx + SOCKET.mutex]
lea ecx, [eax + SOCKET.mutex]
call mutex_unlock
popa
 
1379,6 → 1379,12
mov ebx, [ebx + TASKDATA.pid]
mov [eax + SOCKET.PID], ebx
 
; init mutex
pusha
lea ecx, [eax + SOCKET.mutex]
call mutex_init
popa
 
; add socket to the list by re-arranging some pointers
mov ebx, [net_sockets + SOCKET.NextPtr]