Changeset 4618 for source/ariba/overlay/messages
- Timestamp:
- Jun 29, 2009, 4:49:46 PM (15 years ago)
- Location:
- source/ariba/overlay/messages
- Files:
-
- 2 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;
Note:
See TracChangeset
for help on using the changeset viewer.