MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / cib_post_notify

Function cib_post_notify

cib/notify.c:185–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void
186cib_post_notify(int options, const char *op, xmlNode * update,
187 int result, xmlNode * new_obj)
188{
189 gboolean needed = FALSE;
190
191 g_hash_table_foreach(client_list, need_post_notify, &needed);
192 if (needed == FALSE) {
193 return;
194 }
195
196 do_cib_notify(options, op, update, result, new_obj, T_CIB_UPDATE_CONFIRM);
197}
198
199void
200cib_diff_notify(int options, const char *client, const char *call_id, const char *op,

Callers 1

cib_process_commandFunction · 0.85

Calls 1

do_cib_notifyFunction · 0.85

Tested by

no test coverage detected