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

Function cib_process_sync_one

cib/messages.c:208–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208int
209cib_process_sync_one(const char *op, int options, const char *section, xmlNode * req,
210 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
211 xmlNode ** answer)
212{
213#ifdef CIBPIPE
214 return -EINVAL;
215#else
216 return sync_our_cib(req, FALSE);
217#endif
218}
219
220int sync_in_progress = 0;
221

Callers

nothing calls this directly

Calls 1

sync_our_cibFunction · 0.85

Tested by

no test coverage detected