Ignore:
Timestamp:
Jun 29, 2009, 4:49:46 PM (15 years ago)
Author:
Christoph Mayer
Message:

alle uint_8 auf uint_16 welche an serialisierung beteiligt sind

Location:
source/ariba/overlay/modules/chord/messages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/messages/ChordMessage.h

    r3690 r4618  
    9797
    9898private:
    99         uint8_t type;
    100         uint8_t hop_count;
     99        uint16_t type; //TODO: was uint8_t
     100        uint16_t hop_count; //TODO: was uint8_t
    101101        NodeID source, destination;
    102102};
  • source/ariba/overlay/modules/chord/messages/Discovery.h

    r3690 r4618  
    108108
    109109private:
    110         uint8_t follow_type;
    111         uint8_t ttl;
     110        uint16_t follow_type; //TODO: was uint8_t
     111        uint16_t ttl; //TODO: was uint8_t
    112112        EndpointDescriptor* source_endpoint;
    113113//      NodeEndpointList descriptors;
Note: See TracChangeset for help on using the changeset viewer.