Ignore:
Timestamp:
May 26, 2009, 1:40:23 AM (15 years ago)
Author:
mies
Message:

Merged 20090512-mies-connectors changes r3472:r3689 into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/SpoVNetProperties.cpp

    r2440 r3690  
    4444
    4545SpoVNetProperties::SpoVNetProperties() :
    46                 name( Name::random() ), type( ONE_HOP_OVERLAY ), idLength( 192 ),
     46                name( Name::random() ), type( CHORD_OVERLAY ), idLength( 192 ),
    4747                initiator( NodeID::UNSPECIFIED ), hidden( false ) {
    4848
     
    5151
    5252SpoVNetProperties::SpoVNetProperties(const SpoVNetProperties& copy) :
    53                 name( copy.name ), id( copy.id ), 
     53                name( copy.name ), id( copy.id ),
    5454                type( copy.type ), idLength( copy.idLength ),
    5555                initiator( copy.initiator ), hidden( copy.hidden ) {
     
    8888                << " name=" << name.toString()
    8989                << " id=" << id.toString()
    90                 << " overlay_type=" << type 
    91                 << " id_length=" << idLength 
     90                << " overlay_type=" << type
     91                << " id_length=" << idLength
    9292                << " initiator=" << initiator
    9393                << " hidden=" << hidden;
Note: See TracChangeset for help on using the changeset viewer.