Changeset 243bfd1
- Timestamp:
- 03/04/19 13:57:16 (2 years ago)
- Branches:
- develop
- Parents:
- 450d198
- git-author:
- Shane Alcock <salcock@…> (03/04/19 13:42:54)
- git-committer:
- Shane Alcock <salcock@…> (03/04/19 13:57:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace_parallel.c
rfc85f33 r243bfd1 1412 1412 if (libtrace->format->pread_packets) { 1413 1413 int ret; 1414 #if 0 1414 1415 for (i = 0; i < (int) nb_packets; ++i) { 1415 1416 if (!i[packets]) { … … 1424 1425 return -1; 1425 1426 } 1426 packets[i]->which_trace_start = libtrace->startcount; 1427 } 1427 } 1428 #endif 1428 1429 do { 1429 1430 ret=libtrace->format->pread_packets(libtrace, t, … … 1451 1452 trace_set_capture_length(packets[i], 1452 1453 libtrace->snaplen); 1454 packets[i]->which_trace_start = libtrace->startcount; 1453 1455 } 1454 1456 } while(ret == 0);
Note: See TracChangeset
for help on using the changeset viewer.