Changeset 4625 for source/ariba/overlay/messages
- Timestamp:
- Jun 30, 2009, 8:00:52 AM (15 years ago)
- Location:
- source/ariba/overlay/messages
- Files:
-
- 2 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;
Note:
See TracChangeset
for help on using the changeset viewer.