Changeset a3041a4 for tools/traceanon
- Timestamp:
- 01/10/12 14:15:58 (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:
- 8753bb8
- Parents:
- a0ec6f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceanon/panon.c
ra8f2692 ra3041a4 144 144 uint8_t rin_input[16]; 145 145 146 uint32_t firstnbits;146 //uint32_t firstnbits; 147 147 148 148 uint32_t result = 0; … … 172 172 // result with this, then proceed 173 173 174 firstnbits = (uint32_t) orig_addr >> (32 - CACHEBITS);174 //firstnbits = (uint32_t) orig_addr >> (32 - CACHEBITS); 175 175 //result = (enc_cache[firstnbits] << (32 - CACHEBITS)); 176 176
Note: See TracChangeset
for help on using the changeset viewer.