Changeset 3840760 for examples/rate/rate.c
- Timestamp:
- 11/28/05 10:15:22 (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:
- 08594b8
- Parents:
- 14d8a63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/rate/rate.c
r0675ea1 r3840760 95 95 int psize = 0; 96 96 struct libtrace_ip *ipptr = 0; 97 struct libtrace_packet_t packet;97 struct libtrace_packet_t *packet = trace_packet_create(); 98 98 99 99 uint32_t last_second = 0;
Note: See TracChangeset
for help on using the changeset viewer.