Changeset 25 for trunk/src/dataFlowSet.c
- Timestamp:
- 02/08/07 22:44:36 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dataFlowSet.c
r23 r25 624 624 res = bsearch(&prefixKey, V4PTab, nbPV4, 625 625 sizeof(struct PrefixV4), prefCmp); 626 if (res!=NULL){ /* OUT ("traffic from the prefix") */ 626 if (res!=NULL){ 627 /* OUT ("traffic from the prefix/subnet") */ 627 628 res->bytesNbOUT += agCache.bytes; 628 629 res->pktsNbOUT += agCache.pkts;