#include <node.h>
Collaboration diagram for node_info:
Data Fields | |
node_address * | address |
bs_definition * | services |
bs_uint32 | ping |
bs_uint32 | mips |
apr_time_t | last_seen |
Definition at line 60 of file node.h.
Address of the node
Definition at line 62 of file node.h.
Referenced by add_node(), and handle_service_request_remotely().
The ping time associated with the node.
Definition at line 65 of file node.h.
Referenced by add_node().
apr_time_t node_info::last_seen |