vfer_socks Struct Reference

a sockets array with a protecting mutex, underlying fd sets, and more. More...

#include <vfer.h>


Data Fields

fd_set fds
int max_fd
pthread_mutex_t mutex
int num_active
vfer_sock s [MAX_SOCKETS]
pthread_cond_t select_cond
pthread_mutex_t select_mutex


Detailed Description

a sockets array with a protecting mutex, underlying fd sets, and more.

Definition at line 499 of file vfer.h.


Field Documentation

fd_set vfer_socks::fds

Definition at line 502 of file vfer.h.

int vfer_socks::max_fd

Definition at line 503 of file vfer.h.

pthread_mutex_t vfer_socks::mutex

Definition at line 500 of file vfer.h.

int vfer_socks::num_active

Definition at line 501 of file vfer.h.

vfer_sock vfer_socks::s[MAX_SOCKETS]

Definition at line 504 of file vfer.h.

pthread_cond_t vfer_socks::select_cond

Definition at line 506 of file vfer.h.

pthread_mutex_t vfer_socks::select_mutex

Definition at line 505 of file vfer.h.


The documentation for this struct was generated from the following file:
Generated on Tue Aug 8 16:07:23 2006 for VFER by  doxygen 1.4.7