| 1360 | } |
| 1361 | |
| 1362 | int 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 | |
| 1368 | static void add_millisecs_to_timespec(struct timespec *orig, int millisecs) |
| 1369 | { |
no test coverage detected