Changeset c3e6e47 for tools/tracereport/contain.h
- Timestamp:
- 03/03/06 17:36:04 (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:
- eeab9832
- Parents:
- 7dda48a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereport/contain.h
r49ce177 rc3e6e47 105 105 keytype b = ((struct _map_t*)_map_b)->key; \ 106 106 return (exp); \ 107 } ;107 } 108 108 109 109 … … 158 158 int name ## _cmp(const splay *a,const splay *b) { \ 159 159 return cmp(((name ## _t*)a)->key,((name ## _t *)b)->key); \ 160 } ;160 } 161 161 162 162 #define SET_INSERT(name,vkey) \
Note: See TracChangeset
for help on using the changeset viewer.