Changeset f724640 for examples/skeleton/output.c
- Timestamp:
- 07/27/10 17:06:49 (10 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:
- 6d3f99b
- Parents:
- d025ff7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/skeleton/output.c
r0f42351 rf724640 7 7 #include "libtrace.h" 8 8 #include <stdio.h> 9 #include <assert.h> 9 10 10 11 static void per_packet(libtrace_packet_t *packet) 11 12 { 13 assert(packet); 12 14 /* Your code goes here */ 13 15 }
Note: See TracChangeset
for help on using the changeset viewer.