_cdp_cb_t Struct Reference

#include <worker.h>


Detailed Description

callback element for message processing

Definition at line 87 of file worker.h.

Data Fields

cdp_cb_f cb
 callback function to be called on event
void ** ptr
 generic pointer to be passed to the callback
_cdp_cb_tnext
 next callback in the list
_cdp_cb_tprev
 previous callback in the list


Field Documentation

cdp_cb_f _cdp_cb_t::cb

callback function to be called on event

Definition at line 88 of file worker.h.

Referenced by cb_add(), and worker_process().

void** _cdp_cb_t::ptr

generic pointer to be passed to the callback

Definition at line 89 of file worker.h.

Referenced by cb_add(), cb_remove(), and worker_process().

struct _cdp_cb_t* _cdp_cb_t::next [read]

next callback in the list

Definition at line 90 of file worker.h.

Referenced by cb_add(), cb_remove(), and worker_process().

struct _cdp_cb_t* _cdp_cb_t::prev [read]

previous callback in the list

Definition at line 91 of file worker.h.

Referenced by cb_add(), and cb_remove().


The documentation for this struct was generated from the following file:
Generated on Sat Sep 6 04:17:56 2008 for Open IMS Core CSCFs by  doxygen 1.5.2