Changeset 0f42351 for examples/skeleton/trivial.c
- Timestamp:
- 04/27/07 23:09:40 (14 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:
- 4f55f69
- Parents:
- ffe2541
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/skeleton/trivial.c
rbad6a93 r0f42351 12 12 #include <assert.h> 13 13 14 void per_packet(libtrace_packet_t *packet)14 static void per_packet(libtrace_packet_t *packet) 15 15 { 16 16 /* You really should consider using complete.c instead */
Note: See TracChangeset
for help on using the changeset viewer.