X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=blobdiff_plain;f=src%2FroutingTreeNode.h;h=a16f8dedd934b6767e6589177737cce18ac7fac6;hp=9efc6f2811e0c7b828ff47af20b5aeff6fdfb9e4;hb=ef0cacf2508418915d3f64b04003be3c13fed3cc;hpb=ece844834d2cecc028ce81ca283f5d441088580e diff --git a/src/routingTreeNode.h b/src/routingTreeNode.h index 9efc6f2..a16f8de 100644 --- a/src/routingTreeNode.h +++ b/src/routingTreeNode.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. @@ -43,15 +43,15 @@ class RoutingTree; class RoutingTreeNode { public: - RoutingTreeNode(); - ~RoutingTreeNode(); - void print(int) const; + RoutingTreeNode(); + ~RoutingTreeNode(); + void print(int) const; private: -// Mutex mutex_; - u_int16_t mux_; - bool valid_; - boost::array nodes_; + // Mutex mutex_; + uint16_t mux_; + bool valid_; + boost::array nodes_; friend class RoutingTree; };