MCPcopy Create free account
hub / github.com/apache/cloudberry / ic_proxy_peer_table_init

Function ic_proxy_peer_table_init

contrib/interconnect/proxy/ic_proxy_peer.c:95–99  ·  view source on GitHub ↗

* Initialize the peer register table. */

Source from the content-addressed store, hash-verified

93 * Initialize the peer register table.
94 */
95void
96ic_proxy_peer_table_init(void)
97{
98 memset(ic_proxy_peers, 0, sizeof(ic_proxy_peers));
99}
100
101void
102ic_proxy_peer_table_uninit(void)

Callers 1

ic_proxy_server_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected