Changeset ab4cb04 for lib/trace.c
- Timestamp:
- 02/27/06 14:31:09 (16 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:
- d5879cc
- Parents:
- afd0b73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
rafd0b73 rab4cb04 487 487 void trace_destroy(struct libtrace_t *libtrace) { 488 488 assert(libtrace); 489 if (libtrace->started && libtrace->format->pause_input) 490 libtrace->format->pause_input(libtrace); 489 491 libtrace->format->fin_input(libtrace); 490 492 /* need to free things! */
Note: See TracChangeset
for help on using the changeset viewer.