Tor 0.4.9.0-alpha-dev
Data Fields
tor_pthread_data_t Struct Reference

Data Fields

void(* func )(void *)
 
void * data
 

Detailed Description

Wraps a void (*)(void*) function and its argument so we can invoke them in a way pthreads would expect.

Definition at line 29 of file compat_pthreads.c.

Field Documentation

◆ data

void* data

Definition at line 31 of file compat_pthreads.c.

◆ func

void(* func) (void *)

Definition at line 30 of file compat_pthreads.c.


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