summaryrefslogtreecommitdiff
path: root/src/sub.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-28 13:26:19 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-28 13:26:19 +0200
commit6ec783e7023b4c4d4d10a3870b4c560684ae7069 (patch)
tree6070c482124ab2114a73bcdf18799f7846d1fc3e /src/sub.hpp
parentbeea535f9d7ff210ea035de190c0d87184ee1963 (diff)
prefix_tree_t renamed to trie_t
Diffstat (limited to 'src/sub.hpp')
-rw-r--r--src/sub.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sub.hpp b/src/sub.hpp
index a832c48..659e04b 100644
--- a/src/sub.hpp
+++ b/src/sub.hpp
@@ -22,7 +22,7 @@
#include "../include/zmq.h"
-#include "prefix_tree.hpp"
+#include "trie.hpp"
#include "socket_base.hpp"
#include "i_terminate_events.hpp"
#include "fq.hpp"
@@ -61,7 +61,7 @@ namespace zmq
fq_t fq;
// The repository of subscriptions.
- prefix_tree_t subscriptions;
+ trie_t subscriptions;
// If true, 'message' contains a matching message to return on the
// next recv call.