kinetic-c  v0.12.0
Seagate Kinetic Protocol Client Library for C
Data Fields
threadpool_task Struct Reference

A task. More...

#include <threadpool.h>

Data Fields

threadpool_task_cbtask
 
threadpool_task_cleanup_cbcleanup
 
void * udata
 

Detailed Description

A task.

Definition at line 48 of file threadpool.h.

Field Documentation

threadpool_task_cb* threadpool_task::task

Definition at line 49 of file threadpool.h.

threadpool_task_cleanup_cb* threadpool_task::cleanup

Definition at line 50 of file threadpool.h.

void* threadpool_task::udata

Definition at line 51 of file threadpool.h.


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