Changeset 4618 for source/ariba/overlay
- Timestamp:
- Jun 29, 2009, 4:49:46 PM (15 years ago)
- Location:
- source/ariba/overlay
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/messages/LinkRequest.h
r3690 r4618 24 24 private: 25 25 bool free_endpoint_; 26 uint 8_t flags;26 uint16_t flags; //TODO: was uint8_t 27 27 uint32_t nonce; 28 28 const EndpointDescriptor* endpoint; -
source/ariba/overlay/messages/OverlayMsg.h
r3690 r4618 90 90 91 91 private: 92 uint 8_t type;92 uint16_t type; //TODO: was uint8_t 93 93 ServiceID service; 94 94 NodeID sourceNode; -
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 }; -
source/ariba/overlay/modules/chord/messages/Discovery.h
r3690 r4618 108 108 109 109 private: 110 uint 8_t follow_type;111 uint 8_t ttl;110 uint16_t follow_type; //TODO: was uint8_t 111 uint16_t ttl; //TODO: was uint8_t 112 112 EndpointDescriptor* source_endpoint; 113 113 // NodeEndpointList descriptors; -
source/ariba/overlay/modules/onehop/messages/OneHopMessage.h
r3705 r4618 68 68 69 69 private: 70 uint 8_t type;70 uint16_t type; // TODO: was uint8_t 71 71 }; 72 72
Note:
See TracChangeset
for help on using the changeset viewer.