Mixe for Privacy and Anonymity in the Internet
Public Attributes | List of all members
tpool_work Struct Reference

#include <CAThreadPool.hpp>

Collaboration diagram for tpool_work:

Public Attributes

THREAD_MAIN_TYP routine
 
void * arg
 
struct tpool_worknext
 

Detailed Description

Definition at line 17 of file CAThreadPool.hpp.

Member Data Documentation

◆ arg

void* tpool_work::arg

Definition at line 20 of file CAThreadPool.hpp.

Referenced by CAThreadPool::addRequest().

◆ next

struct tpool_work* tpool_work::next

Definition at line 21 of file CAThreadPool.hpp.

Referenced by CAThreadPool::addRequest(), and CAThreadPool::destroy().

◆ routine

THREAD_MAIN_TYP tpool_work::routine

Definition at line 19 of file CAThreadPool.hpp.

Referenced by CAThreadPool::addRequest().


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