Changeset 32ee9b2 for lib/libtrace_int.h
- 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/libtrace_int.h
rcc9c9de r32ee9b2 624 624 */ 625 625 int (*write_packet)(libtrace_out_t *libtrace, libtrace_packet_t *packet); 626 627 /** Flush any buffered output for an output trace. 628 * 629 * @param libtrace The output trace to be flushed 630 */ 631 int (*flush_output)(libtrace_out_t *libtrace); 632 626 633 /** Returns the libtrace link type for a packet. 627 634 *
Note: See TracChangeset
for help on using the changeset viewer.