MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / host_node_printf

Function host_node_printf

net/trace.c:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void host_node_printf(loglvl lvl, host_node_type *host_node_ptr, const char *fmt, ...)
58{
59 va_list ap;
60 va_start(ap, fmt);
61 host_node_vprintf(lvl, host_node_ptr, NETTRCF_SUPPRESS, fmt, ap);
62 va_end(ap);
63}
64
65void host_node_errf(loglvl lvl, host_node_type *host_node_ptr, const char *fmt, ...)
66{

Callers 13

shutdown_hostnode_socketFunction · 0.85
close_hostnode_llFunction · 0.85
read_streamFunction · 0.85
rem_from_netinfoFunction · 0.85
process_user_messageFunction · 0.85
writer_threadFunction · 0.85
reader_threadFunction · 0.85
get_dedicated_conhostFunction · 0.85
connect_threadFunction · 0.85
connect_to_hostFunction · 0.85
accept_handle_new_hostFunction · 0.85
heartbeat_check_threadFunction · 0.85

Calls 1

host_node_vprintfFunction · 0.85

Tested by

no test coverage detected