Changeset 4625 for source/ariba/overlay/modules/chord
- Timestamp:
- Jun 30, 2009, 8:00:52 AM (15 years ago)
- Location:
- source/ariba/overlay/modules/chord/messages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/messages/ChordMessage.h
r4618 r4625 97 97 98 98 private: 99 uint 16_t type; //TODO: was uint8_t100 uint 16_t hop_count; //TODO: was uint8_t99 uint8_t type; 100 uint8_t hop_count; 101 101 NodeID source, destination; 102 102 }; -
source/ariba/overlay/modules/chord/messages/Discovery.h
r4618 r4625 108 108 109 109 private: 110 uint 16_t follow_type; //TODO: was uint8_t111 uint 16_t ttl; //TODO: was uint8_t110 uint8_t follow_type; 111 uint8_t ttl; 112 112 EndpointDescriptor* source_endpoint; 113 113 // NodeEndpointList descriptors;
Note:
See TracChangeset
for help on using the changeset viewer.