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

Function attrd_update_no_mainloop

include/crm/compatibility.h:267–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267static inline gboolean
268attrd_update_no_mainloop(int *connection, char command, const char *host,
269 const char *name, const char *value, const char *section,
270 const char *set, const char *dampen)
271{
272 return attrd_update_delegate(NULL, command, host, name, value, section, set, dampen, NULL) > 0;
273}
274# endif
275
276# ifdef CIB_UTIL__H

Callers 1

mainFunction · 0.85

Calls 1

attrd_update_delegateFunction · 0.85

Tested by

no test coverage detected