- Timestamp:
- Jun 29, 2009, 4:49:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/messages/ChordMessage.h
r3690 r4618 97 97 98 98 private: 99 uint 8_t type;100 uint 8_t hop_count;99 uint16_t type; //TODO: was uint8_t 100 uint16_t hop_count; //TODO: was uint8_t 101 101 NodeID source, destination; 102 102 };
Note:
See TracChangeset
for help on using the changeset viewer.