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

Function convert_const_pointer

lib/common/utils.c:2177–2182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2175}
2176
2177void *
2178convert_const_pointer(const void *ptr)
2179{
2180 /* Worst function ever */
2181 return (void *)ptr;
2182}
2183
2184#ifdef HAVE_UUID_UUID_H
2185# include <uuid/uuid.h>

Callers 1

sort_rsc_process_orderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected