Changeset 23 for trunk/src/renetcol.h
- Timestamp:
- 02/05/07 17:50:16 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renetcol.h
r22 r23 82 82 #define MPLS_TIME_THRESHOLD 60 /* in sec */ 83 83 #endif /* CRIHAN */ 84 84 85 #define MAX_IP_FLOW 10000 85 86 #define MAX_MPLS_FLOW 200 87 88 /* struct SHMForAgg { */ 89 /* struct PrefixV4 prefixV4Tab[MAX_IPV4_PREFIX]; */ 90 /* } */ 91 86 92 87 93 void setCache(RulesPtr); … … 100 106 short checkFlow(short); 101 107 void showAllTplFlSet(); 108 void writeAllTplFlSet(); 102 109