clsync
Loading...
Searching...
No Matches
socket_sockthreaddata Struct Reference

#include <socket.h>

Collaboration diagram for socket_sockthreaddata:

Data Fields

int id
 
clsyncsock_procfunct_t procfunct
 
freefunct_t freefunct_arg
 
clsyncsock_tclsyncsock_p
 
void * arg
 
clsyncsock_state_t state
 
sockauth_id_t authtype
 
int * running
 
sockprocflags_t flags
 
pthread_t thread
 

Detailed Description

Definition at line 209 of file socket.h.

Field Documentation

◆ arg

void* socket_sockthreaddata::arg

Definition at line 214 of file socket.h.

◆ authtype

sockauth_id_t socket_sockthreaddata::authtype

Definition at line 216 of file socket.h.

◆ clsyncsock_p

clsyncsock_t* socket_sockthreaddata::clsyncsock_p

Definition at line 213 of file socket.h.

◆ flags

sockprocflags_t socket_sockthreaddata::flags

Definition at line 218 of file socket.h.

◆ freefunct_arg

freefunct_t socket_sockthreaddata::freefunct_arg

Definition at line 212 of file socket.h.

◆ id

int socket_sockthreaddata::id

Definition at line 210 of file socket.h.

◆ procfunct

clsyncsock_procfunct_t socket_sockthreaddata::procfunct

Definition at line 211 of file socket.h.

◆ running

int* socket_sockthreaddata::running

Definition at line 217 of file socket.h.

◆ state

clsyncsock_state_t socket_sockthreaddata::state

Definition at line 215 of file socket.h.

◆ thread

pthread_t socket_sockthreaddata::thread

Definition at line 219 of file socket.h.


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