Data Fields | |
struct RouteDirection | next |
Information about the next hop on this route. More... | |
struct RouteDirection | prev |
Information about the previous hop on this route. More... | |
struct GNUNET_CADET_ConnectionTunnelIdentifier | cid |
Unique identifier for the connection that uses this route. More... | |
struct GNUNET_TIME_Absolute | last_use |
When was this route last in use? More... | |
struct GNUNET_CONTAINER_HeapNode * | hn |
Position of this route in the route_heap. More... | |
Definition at line 142 of file gnunet-service-cadet_core.c.
struct RouteDirection CadetRoute::next |
Information about the next hop on this route.
Definition at line 147 of file gnunet-service-cadet_core.c.
Referenced by destroy_route(), dir_ready_cb(), handle_connection_create(), route_message(), and timeout_cb().
struct RouteDirection CadetRoute::prev |
Information about the previous hop on this route.
Definition at line 152 of file gnunet-service-cadet_core.c.
Referenced by destroy_route(), dir_ready_cb(), handle_connection_create(), route_message(), and timeout_cb().
struct GNUNET_CADET_ConnectionTunnelIdentifier CadetRoute::cid |
Unique identifier for the connection that uses this route.
Definition at line 157 of file gnunet-service-cadet_core.c.
Referenced by destroy_route(), dir_ready_cb(), get_route(), handle_connection_create(), and timeout_cb().
struct GNUNET_TIME_Absolute CadetRoute::last_use |
When was this route last in use?
Definition at line 162 of file gnunet-service-cadet_core.c.
Referenced by handle_connection_create(), route_message(), and timeout_cb().
struct GNUNET_CONTAINER_HeapNode* CadetRoute::hn |
Position of this route in the route_heap.
Definition at line 167 of file gnunet-service-cadet_core.c.
Referenced by destroy_route(), handle_connection_create(), and route_message().