Changeset 1200 for trunk/tools/traceflow/traceflow.cc
- Timestamp:
- 04/26/07 14:00:46 (6 years ago)
- File:
-
- 1 edited
-
trunk/tools/traceflow/traceflow.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/traceflow/traceflow.cc
r1196 r1200 104 104 105 105 flow->expiry_ts = ts + timeout; 106 flow->flow_list-> remove(flow);106 flow->flow_list->erase(active_flows[flow->id]); 107 107 flow->flow_list = lru; 108 108 lru->push_front(flow);
Note: See TracChangeset
for help on using the changeset viewer.
