Ignore:
Timestamp:
Jul 4, 2009, 7:03:55 PM (15 years ago)
Author:
Christoph Mayer
Message:

relay infos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/SideportListener.h

    r3374 r4738  
    4141
    4242#include <vector>
     43#include <map>
    4344#include "Identifiers.h"
    4445#include "CommunicationListener.h"
    4546
     47using std::map;
    4648using std::vector;
    4749
     
    131133                        ) const;
    132134
     135        /**
     136         * Is this node acting as a relay for us
     137         *
     138         * @param The node in question
     139         * @return true, if this node is relaying for us
     140         */
     141        bool isRelayingNode(const NodeID& node);
     142
     143        /**
     144         * Is this node only reachable for us through a relay?
     145         *
     146         * @param The node in question
     147         * @return true, if we reach this node only over a relay
     148         */
     149        bool isRelayedNode(const NodeID& node);
     150
    133151protected:
    134152
Note: See TracChangeset for help on using the changeset viewer.