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

Closure which can be specified for operations which support asynchronous mode. More...

#include <kinetic_types.h>

Data Fields

KineticCompletionCallback callback
 Function to be called upon completion. More...
 
void * clientData
 Optional client-supplied data which will be supplied to callback. More...
 

Detailed Description

Closure which can be specified for operations which support asynchronous mode.

Definition at line 225 of file kinetic_types.h.

Field Documentation

KineticCompletionCallback KineticCompletionClosure::callback

Function to be called upon completion.

Definition at line 226 of file kinetic_types.h.

void* KineticCompletionClosure::clientData

Optional client-supplied data which will be supplied to callback.

Definition at line 227 of file kinetic_types.h.


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