Changeset 166 for branches/renetcolSMP/src/dataFlowSet.h
- Timestamp:
- 07/23/14 15:16:06 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/renetcolSMP/src/dataFlowSet.h
r154 r166 85 85 unsigned long v4AdS; 86 86 unsigned long v4AdD; 87 unsigned long firstTime; 88 uint64_t firstTimeCor; 89 uint64_t lastTimeCor; 90 unsigned long lastTime; 87 91 uint32_t tabAdd6S[4]; 88 92 uint32_t tabAdd6D[4]; … … 102 106 unsigned long endTime; 103 107 }; 104 108 #ifdef RECORDFLOW 109 short 110 checkDataFlowSet(short, 111 struct MyPtrs *, 112 int, 113 struct PrefixV4 *, size_t, 114 struct PrefixV4 *, size_t, 115 FILE *currentRECORDFLOWFILE 116 ); 117 #else 105 118 short 106 119 checkDataFlowSet(short, … … 110 123 struct PrefixV4 *, size_t 111 124 ); 125 #endif 112 126 113 127 #endif /* DATAFLOWSET_H */