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

Function write_hello_reply

net/net.c:1362–1366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1360}
1361
1362int write_hello_reply(netinfo_type *netinfo_ptr, host_node_type *host_node_ptr)
1363{
1364 return write_hello_int(netinfo_ptr, host_node_ptr, WIRE_HEADER_HELLO_REPLY,
1365 write_message);
1366}
1367
1368static void add_millisecs_to_timespec(struct timespec *orig, int millisecs)
1369{

Callers 3

process_helloFunction · 0.85
process_hello_msgFunction · 0.85
do_add_hostFunction · 0.85

Calls 1

write_hello_intFunction · 0.85

Tested by

no test coverage detected