Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void 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_socket
Function · 0.85
close_hostnode_ll
Function · 0.85
write_connect_message
Function · 0.85
read_user_data
Function · 0.85
create_reader_writer_threads
Function · 0.85
writer_thread
Function · 0.85
connect_thread
Function · 0.85
connect_to_host
Function · 0.85
accept_handle_new_host
Function · 0.85
Calls
1
host_node_vprintf
Function · 0.85
Tested by
no test coverage detected