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

Completion data which will be provided to KineticCompletionClosure for asynchronous operations. More...

#include <kinetic_types.h>

Data Fields

int64_t connectionID
 Connection ID for the session. More...
 
int64_t sequence
 Sequence count for the operation. More...
 
struct timeval requestTime
 Time at which the operation request was queued up. More...
 
KineticStatus status
 Resultant status of the operation. More...
 

Detailed Description

Completion data which will be provided to KineticCompletionClosure for asynchronous operations.

Definition at line 206 of file kinetic_types.h.

Field Documentation

int64_t KineticCompletionData::connectionID

Connection ID for the session.

Definition at line 207 of file kinetic_types.h.

int64_t KineticCompletionData::sequence

Sequence count for the operation.

Definition at line 208 of file kinetic_types.h.

struct timeval KineticCompletionData::requestTime

Time at which the operation request was queued up.

Definition at line 209 of file kinetic_types.h.

KineticStatus KineticCompletionData::status

Resultant status of the operation.

Definition at line 210 of file kinetic_types.h.


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