Changeset 5916 for source/ariba/overlay/LinkDescriptor.h
- Timestamp:
- Aug 13, 2009, 1:26:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/LinkDescriptor.h
r5873 r5916 66 66 bool fromRemote; ///< flag, whether this link was requested from remote 67 67 NodeID remoteNode; ///< remote end-point node 68 bool isVital() { 69 return up && keepAliveMissed == 0; 70 } 71 bool isDirectVital() { 72 return isVital() && communicationUp && !relayed; 73 } 74 68 75 69 76 // link identifiers --------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.