]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/link.h
Fix build of m_spanningtree and display of dependency regeneration
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / link.h
index 3de32615397dbeec184714f163605a650f6d0ad3..4805f978ca01c3da25f9e80584a84c71292276f8 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -28,6 +28,7 @@ class Link : public classbase
        int Port;
        std::string SendPass;
        std::string RecvPass;
+       std::string Fingerprint;
        std::string AllowMask;
        unsigned long AutoConnect;
        time_t NextConnectTime;