Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2177
void *
2178
convert_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_order
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected