Changeset 6961 for source/ariba/overlay/LinkDescriptor.h
- Timestamp:
- Nov 18, 2009, 9:44:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/LinkDescriptor.h
r5916 r6961 10 10 #include "ariba/utility/messages.h" 11 11 #include "ariba/utility/types.h" 12 #include "ariba/communication/EndpointDescriptor.h" 12 13 #include "ariba/CommunicationListener.h" 13 14 … … 23 24 using ariba::utility::LinkID; 24 25 using ariba::CommunicationListener; 26 using ariba::communication::EndpointDescriptor; 25 27 26 28 namespace ariba { … … 55 57 this->autolink = false; 56 58 this->lastuse = time(NULL); 59 this->retryCounter = 0; 57 60 } 58 61 … … 78 81 LinkID communicationId; ///< the communication id 79 82 bool communicationUp; ///< flag, whether the communication is up 83 84 // direct link retries ----------------------------------------------------- 85 EndpointDescriptor endpoint; 86 int retryCounter; 80 87 81 88 // link alive information --------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.