libsheepy
Data Fields
tpoolArgs Struct Reference

#include <tpool.h>

Data Fields

union {
   char *   s
 
}; 
 
union {
   char *   s2
 
}; 
 
union {
   char **   list
 
   int   status
 
}; 
 
void(* cb )(void *)
 
void * cbArgs
 
void * channel
 

Detailed Description

Examples:
/home/rlp/git/sw/libsheepy/release/tpool.h.

Definition at line 27 of file tpool.h.

Field Documentation

◆ s

char* tpoolArgs::s

Definition at line 29 of file tpool.h.

◆ @3

union { ... }

◆ s2

char* tpoolArgs::s2

Definition at line 32 of file tpool.h.

◆ @5

union { ... }

◆ list

char** tpoolArgs::list

Definition at line 36 of file tpool.h.

◆ status

int tpoolArgs::status

Definition at line 37 of file tpool.h.

◆ @7

union { ... }

◆ cb

void(* tpoolArgs::cb) (void *)

Definition at line 39 of file tpool.h.

◆ cbArgs

void* tpoolArgs::cbArgs

Definition at line 40 of file tpool.h.

◆ channel

void* tpoolArgs::channel

Definition at line 41 of file tpool.h.


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