summaryrefslogtreecommitdiff
path: root/node/Network.hpp
diff options
context:
space:
mode:
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