- Timestamp:
- 09/12/11 14:46:43 (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:
- e19ada0
- Parents:
- 33e8f4d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceends/traceends.cc
ra141264 r86acfb6 119 119 tm = localtime(&t); 120 120 strftime(timestr, 80, "%d/%m,%H:%M:%S", tm); 121 printf("%18s %16s % " PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n",121 printf("%18s %16s %16" PRIu64 " %16" PRIu64 " %16" PRIu64 " %16" PRIu64 " %16" PRIu64 " %16" PRIu64 "\n", 122 122 mac_string(it->first, str), 123 123 timestr, … … 142 142 tm = localtime(&t); 143 143 strftime(timestr, 80, "%d/%m,%H:%M:%S", tm); 144 printf("%16s %16s % " PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n",144 printf("%16s %16s %16" PRIu64 " %16" PRIu64 " %16" PRIu64 " %16" PRIu64 " %16" PRIu64 " %16" PRIu64 "\n", 145 145 inet_ntoa(in), 146 146 timestr, … … 167 167 tm = localtime(&t); 168 168 strftime(timestr, 80, "%d/%m,%H:%M:%S", tm); 169 printf("%40s %16s % " PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n",169 printf("%40s %16s %16" PRIu64 " %16" PRIu64 " %16" PRIu64 " %16" PRIu64 " %16" PRIu64 " %16" PRIu64 "\n", 170 170 inet_ntop(AF_INET6, &in, ip6_addr, 128), 171 171 timestr,
Note: See TracChangeset
for help on using the changeset viewer.