| 
    pacemaker
    2.1.5-b7adf64e51
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <include/crm/cib/internal.h>

Data Fields | |
| void(* | callback )(xmlNode *, int, int, xmlNode *, void *) | 
| const char * | id | 
| void * | user_data | 
| gboolean | only_success | 
| struct timer_rec_s * | timer | 
| void(* | free_func )(void *) | 
Definition at line 102 of file internal.h.
| void(* cib_callback_client_s::callback) (xmlNode *, int, int, xmlNode *, void *) | 
Definition at line 103 of file internal.h.
| void(* cib_callback_client_s::free_func) (void *) | 
Definition at line 108 of file internal.h.
| const char* cib_callback_client_s::id | 
Definition at line 104 of file internal.h.
| gboolean cib_callback_client_s::only_success | 
Definition at line 106 of file internal.h.
| struct timer_rec_s* cib_callback_client_s::timer | 
Definition at line 107 of file internal.h.
| void* cib_callback_client_s::user_data | 
Definition at line 105 of file internal.h.
 1.8.14