RouteMap Struct Reference

#include <routing.h>

Collaboration diagram for RouteMap:

Collaboration graph
[legend]

Data Fields

Routeroute
int color
RouteMapleft
RouteMapright

Detailed Description

Maintains a red-black tree of Route children for each Route. It's a bit circular in that the RouteMap has the Route linked to it and the route->name element is used to do the comparisons.

Definition at line 92 of file routing.h.


Field Documentation

Route* RouteMap::route

Definition at line 93 of file routing.h.

Referenced by Route_add_child(), and Route_find_child().

int RouteMap::color

Definition at line 95 of file routing.h.

struct RouteMap* RouteMap::left

Definition at line 96 of file routing.h.

struct RouteMap* RouteMap::right

Definition at line 97 of file routing.h.


The documentation for this struct was generated from the following file:
Generated on Tue Apr 10 01:02:05 2007 for Utu by  doxygen 1.5.1