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

Function host_node_errf

net/trace.c:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void host_node_errf(loglvl lvl, host_node_type *host_node_ptr, const char *fmt, ...)
66{
67 va_list ap;
68 va_start(ap, fmt);
69 host_node_vprintf(lvl, host_node_ptr, 0, fmt, ap);
70 va_end(ap);
71}

Callers 9

shutdown_hostnode_socketFunction · 0.85
close_hostnode_llFunction · 0.85
write_connect_messageFunction · 0.85
read_user_dataFunction · 0.85
writer_threadFunction · 0.85
connect_threadFunction · 0.85
connect_to_hostFunction · 0.85
accept_handle_new_hostFunction · 0.85

Calls 1

host_node_vprintfFunction · 0.85

Tested by

no test coverage detected