QuickIO  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
client_cb Struct Reference

Information necessary to fire a callback. More...

#include <client.h>

Public Attributes

guint16 id
 To make sure that callbacks don't overlap.
 
evs_cb_fn cb_fn
 The function to be called.
 
void * cb_data
 Data to pass to the function.
 
qev_free_fn free_fn
 Function used to free the cb_data.
 
gint64 created
 When the callback was created (monotonic time)
 

Detailed Description

Information necessary to fire a callback.


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