Changeset 4625 for source/ariba/overlay
- Timestamp:
- Jun 30, 2009, 8:00:52 AM (15 years ago)
- Location:
- source/ariba/overlay
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/messages/LinkRequest.h
r4618 r4625 24 24 private: 25 25 bool free_endpoint_; 26 uint 16_t flags; //TODO: was uint8_t26 uint8_t flags; 27 27 uint32_t nonce; 28 28 const EndpointDescriptor* endpoint; -
source/ariba/overlay/messages/OverlayMsg.h
r4618 r4625 90 90 91 91 private: 92 uint 16_t type; //TODO: was uint8_t92 uint8_t type; 93 93 ServiceID service; 94 94 NodeID sourceNode; -
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; -
source/ariba/overlay/modules/onehop/messages/OneHopMessage.h
r4618 r4625 68 68 69 69 private: 70 uint 16_t type; // TODO: was uint8_t70 uint8_t type; 71 71 }; 72 72
Note:
See TracChangeset
for help on using the changeset viewer.