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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.