Changeset 7052 in vbox
- Timestamp:
- Feb 20, 2008 4:25:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/avl.h
r7051 r7052 220 220 /** Height of this tree: max(height(left), height(right)) + 1 */ 221 221 unsigned char uchHeight; 222 /** Make sure the structure is a multiple of 8 in size. */ 223 unsigned char Padding[7]; 222 224 } AVLOGCPHYSNODECORE, *PAVLOGCPHYSNODECORE; 223 225
Note:
See TracChangeset
for help on using the changeset viewer.