Changeset 32ee9b2 for lib/format_erf.c
- Timestamp:
- 06/26/18 18:05:08 (3 years ago)
- Branches:
- cachetimestamps, develop, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 95ca714
- Parents:
- 528a27c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.c
r207e288 r32ee9b2 597 597 } 598 598 return numbytes + framinglen; 599 } 600 601 static int erf_flush_output(libtrace_out_t *libtrace) { 602 return wandio_wflush(OUTPUT->file); 599 603 } 600 604 … … 868 872 NULL, /* fin_packet */ 869 873 erf_write_packet, /* write_packet */ 874 erf_flush_output, /* flush_output */ 870 875 erf_get_link_type, /* get_link_type */ 871 876 erf_get_direction, /* get_direction */ … … 912 917 NULL, /* fin_packet */ 913 918 erf_write_packet, /* write_packet */ 919 erf_flush_output, /* flush_output */ 914 920 erf_get_link_type, /* get_link_type */ 915 921 erf_get_direction, /* get_direction */
Note: See TracChangeset
for help on using the changeset viewer.