Changeset 5b4d121 for lib/trace.c
- Timestamp:
- 08/19/14 13:59:33 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- f0e8bd6
- Parents:
- 957a72a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
rf051c1b r5b4d121 919 919 DLLEXPORT int trace_write_packet(libtrace_out_t *libtrace, libtrace_packet_t *packet) { 920 920 assert(libtrace); 921 assert(packet); 921 assert(packet); 922 922 /* Verify the packet is valid */ 923 923 if (!libtrace->started) {
Note: See TracChangeset
for help on using the changeset viewer.