Changeset 4618 for source/ariba/overlay/modules/chord/messages/Discovery.h
- Timestamp:
- Jun 29, 2009, 4:49:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note:
See TracChangeset
for help on using the changeset viewer.