Trace control variables.
More...
#include <trace.hh>
List of all members.
Public Member Functions |
| | Trace () |
| | Construct a new Trace instance.
|
| void | all (bool value) |
| | Set all tracing options to.
|
|
void | all (bool val) |
|
void | all (bool val) |
Public Attributes |
|
bool | _input_errors |
| | true if tracing is enabled for message input errors.
|
|
bool | _packets |
| | true if tracing is enabled for packet I/O.
|
|
bool | _mpr_selection |
| | true if tracing is enabled for MPR selection.
|
|
bool | _interface_events |
| | true if tracing is enabled for interface events.
|
|
bool | _neighbor_events |
| | true if tracing is enabled for neighbor events.
|
|
bool | _spt |
| | true if tracing is enabled for Shortest Path Tree operations.
|
|
bool | _routes |
| | true if tracing is enabled for route add/replace/delete operations.
|
|
bool | _import_policy |
| | true if tracing is enabled for import policy filters.
|
|
bool | _export_policy |
| | true if tracing is enabled for export policy filters.
|
|
bool | _neighbour_events |
|
bool | _virtual_link |
|
bool | _find_interface_address |
|
bool | _retransmit |
|
bool | _election |
Detailed Description
Trace control variables.
All the trace variables in one place.
Constructor & Destructor Documentation
| Trace::Trace |
( |
| ) |
[inline] |
Construct a new Trace instance.
Don't forget to add new variables to the all() method.
Member Function Documentation
| void Trace::all |
( |
bool |
value | ) |
[inline] |
Set all tracing options to.
- Parameters:
-
The documentation for this struct was generated from the following files:
- /home/greearb/git/xorp.ct.github/xorp/contrib/olsr/trace.hh
- /home/greearb/git/xorp.ct.github/xorp/ospf/trace.hh
- /home/greearb/git/xorp.ct.github/xorp/rip/trace.hh