Ignore:
Timestamp:
Nov 18, 2009, 9:44:28 PM (14 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/LinkDescriptor.h

    r5916 r6961  
    1010#include "ariba/utility/messages.h"
    1111#include "ariba/utility/types.h"
     12#include "ariba/communication/EndpointDescriptor.h"
    1213#include "ariba/CommunicationListener.h"
    1314
     
    2324using ariba::utility::LinkID;
    2425using ariba::CommunicationListener;
     26using ariba::communication::EndpointDescriptor;
    2527
    2628namespace ariba {
     
    5557                this->autolink = false;
    5658                this->lastuse = time(NULL);
     59                this->retryCounter = 0;
    5760        }
    5861
     
    7881        LinkID communicationId; ///< the communication id
    7982        bool   communicationUp;   ///< flag, whether the communication is up
     83
     84        // direct link retries -----------------------------------------------------
     85        EndpointDescriptor endpoint;
     86        int retryCounter;
    8087
    8188        // link alive information --------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.