diff options
author | Markus Grüneis <gimpf@gimpf.org> | 2010-02-18 09:15:27 +0000 |
---|---|---|
committer | Markus Grüneis <gimpf@gimpf.org> | 2010-02-18 09:15:27 +0000 |
commit | e191eab68d905bfe14e3590a92fa653f0ae2ebce (patch) | |
tree | a5837b067ecab92c645008b537087b0d163ef1ab /src/routingTreeNode.h | |
parent | whitespace only change: unified formatting with "astyle --style=k/r --indent=... (diff) |
non-functional changes only: use standard writing of stdint.h types; still import from boost (compiler compatibility)
Diffstat (limited to 'src/routingTreeNode.h')
-rw-r--r-- | src/routingTreeNode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routingTreeNode.h b/src/routingTreeNode.h index 56e76cf..a16f8de 100644 --- a/src/routingTreeNode.h +++ b/src/routingTreeNode.h @@ -49,7 +49,7 @@ public: private: // Mutex mutex_; - u_int16_t mux_; + uint16_t mux_; bool valid_; boost::array<RoutingTreeNode*,256> nodes_; |