summaryrefslogtreecommitdiff
path: root/server/Network.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/Network.h')
-rw-r--r--server/Network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Network.h b/server/Network.h
index b10cb17b..f72cebba 100644
--- a/server/Network.h
+++ b/server/Network.h
@@ -36,6 +36,7 @@ public:
virtual ~Network();
virtual Type getType() const = 0;
+ unsigned getNetId() const;
bool hasInterface(const std::string& interface) const;