Parcourir la source

fix memory zone build error which caused by rbtree interface change

hanfeng il y a 14 ans
Parent
commit
2e93f9a6c2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/memory_datasrc.cc

+ 1 - 1
src/lib/datasrc/memory_datasrc.cc

@@ -192,7 +192,7 @@ struct MemoryZone::MemoryZoneImpl {
         // Get the node
         DomainNode* node(NULL);
         FindState state(options);
-        NodeChain<Domain> node_path;
+        RBTreeNodeChain<Domain> node_path;
         switch (domains_.find(name, &node, node_path, zonecutCallback, &state)) {
             case DomainTree::PARTIALMATCH:
                 if (state.zonecut_node_ != NULL) {