libTFO
|
00001 00031 #ifndef __EXTRAS_HH__ 00032 #define __EXTRAS_HH__ 00033 00034 #include <libtfo/tfo.hh> 00035 00036 using namespace std; 00037 00043 const string fib_entry_state_str (const enum FibEntryState s); 00044 00050 const string fib_entry_table_str (const enum FibEntryTable t); 00051 00057 const string fib_entry_update_type_str (const enum FibEntryUpdateType t); 00058 00059 #endif