Changeset fbc4342 for tools/tracestats
- Timestamp:
- 09/06/07 11:53:07 (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:
- e3a9eb5
- Parents:
- 9bc4689
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracestats/tracestats.c
r2cf30f6 rfbc4342 61 61 struct libtrace_t *trace; 62 62 63 volatile staticint done=0;63 static volatile int done=0; 64 64 65 65 static void cleanup_signal(int signal)
Note: See TracChangeset
for help on using the changeset viewer.