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

Function cib_process_sync

cib/messages.c:197–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197int
198cib_process_sync(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
199 xmlNode * existing_cib, xmlNode ** result_cib, xmlNode ** answer)
200{
201#ifdef CIBPIPE
202 return -EINVAL;
203#else
204 return sync_our_cib(req, TRUE);
205#endif
206}
207
208int
209cib_process_sync_one(const char *op, int options, const char *section, xmlNode * req,

Callers

nothing calls this directly

Calls 1

sync_our_cibFunction · 0.85

Tested by

no test coverage detected