Changeset 925ae60 for tools/traceanon/ipenc.c
- Timestamp:
- 01/13/15 15:44:02 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- b73407f
- Parents:
- 4cc6e74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceanon/ipenc.c
ra8f2692 r925ae60 19 19 #endif 20 20 21 static enum enc_type_t enc_type = ENC_NONE;21 static __thread enum enc_type_t enc_type = ENC_NONE; 22 22 23 23 static uint32_t masks[33] = { … … 31 31 }; 32 32 33 static uint32_t prefix;34 static uint32_t netmask;33 static __thread uint32_t prefix; 34 static __thread uint32_t netmask; 35 35 static void init_prefix(const char *key) 36 36 {
Note: See TracChangeset
for help on using the changeset viewer.