Ignore:
Timestamp:
Jun 30, 2009, 8:00:52 AM (15 years ago)
Author:
Christoph Mayer
Message:

zurück auf 8bit, test

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

Legend:

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

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

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