ReactOS 0.4.15-dev-7953-g1f49173
socket_lock_t Struct Reference

#include <tcpcore.h>

Collaboration diagram for socket_lock_t:

Public Attributes

spinlock_t slock
 
unsigned int users
 
wait_queue_head_t wq
 

Detailed Description

Definition at line 1449 of file tcpcore.h.

Member Data Documentation

◆ slock

spinlock_t socket_lock_t::slock

Definition at line 1450 of file tcpcore.h.

◆ users

unsigned int socket_lock_t::users

Definition at line 1451 of file tcpcore.h.

◆ wq

wait_queue_head_t socket_lock_t::wq

Definition at line 1452 of file tcpcore.h.


The documentation for this struct was generated from the following file: