summaryrefslogtreecommitdiff
path: root/node/Network.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-24 09:01:58 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-24 09:01:58 -0700
commit9180a309862f1d2abb946381b5b92a823913d425 (patch)
tree1846da0b6d9656ff89d5c54707a44369453f0931 /node/Network.hpp
parent61d0f27d2aa5700bd39e91cec84b8c1ba04c08a5 (diff)
downloadinfinitytier-9180a309862f1d2abb946381b5b92a823913d425.tar.gz
infinitytier-9180a309862f1d2abb946381b5b92a823913d425.zip
.
Diffstat (limited to 'node/Network.hpp')
-rw-r--r--node/Network.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/node/Network.hpp b/node/Network.hpp
index 3f0b6eb8..b0af08c7 100644
--- a/node/Network.hpp
+++ b/node/Network.hpp
@@ -414,6 +414,12 @@ public:
void setEnabled(bool enabled);
/**
+ * @return Multicast topology for this network
+ */
+ inline MulticastTopology &mcTopology() { return _multicastTopology; }
+ inline const MulticastTopology &mcTopology() const { return _multicastTopology; }
+
+ /**
* Destroy this network
*
* This causes the network to disable itself, destroy its tap device, and on