Changeset 2b7750a
- Timestamp:
- 03/10/08 13:45:34 (14 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 6033b99
- Parents:
- 03cecf2
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dag24.c
rf3f3558 r2b7750a 327 327 } 328 328 329 static uint64_t dag 24_get_dropped_packets(libtrace_t *trace)329 static uint64_t dag_get_dropped_packets(libtrace_t *trace) 330 330 { 331 331 return DATA(trace)->drops; … … 375 375 NULL, /* get_received_packets */ 376 376 NULL, /* get_filtered_packets */ 377 dag 24_get_dropped_packets, /* get_dropped_packets */377 dag_get_dropped_packets, /* get_dropped_packets */ 378 378 NULL, /* get_captured_packets */ 379 379 NULL, /* get_fd */ -
lib/format_dag25.c
rf3f3558 r2b7750a 370 370 } 371 371 372 static uint64_t dag_get_dropped_packets(libtrace_t *trace) { 373 return DATA(trace)->drops; 374 } 372 375 373 376 static void dag_help(void) { … … 414 417 NULL, /* get_received_packets */ 415 418 NULL, /* get_filtered_packets */ 416 dag 25_get_dropped_packets, /* get_dropped_packets */419 dag_get_dropped_packets, /* get_dropped_packets */ 417 420 NULL, /* get_captured_packets */ 418 421 NULL, /* get_fd */
Note: See TracChangeset
for help on using the changeset viewer.