ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_old
[obnox/samba/samba-obnox.git] / ctdb / tests / src / ctdb_test.c
index 33f198a51535d7e03fcadbdf06d763b2ef86e68d..7afc00d6dcafcd7629076e488465f1ec1ce86412 100644 (file)
@@ -106,11 +106,11 @@ struct tevent_context *tevent_context_init(TALLOC_CTX *mem_ctx);
 
 int ctdb_ctrl_getnodemap(struct ctdb_context *ctdb,
                    struct timeval timeout, uint32_t destnode,
-                   TALLOC_CTX *mem_ctx, struct ctdb_node_map **nodemap);
+                   TALLOC_CTX *mem_ctx, struct ctdb_node_map_old **nodemap);
 int ctdb_ctrl_getnodesfile(struct ctdb_context *ctdb,
                           struct timeval timeout, uint32_t destnode,
                           TALLOC_CTX *mem_ctx,
-                          struct ctdb_node_map **nodemap);
+                          struct ctdb_node_map_old **nodemap);
 int ctdb_ctrl_get_ifaces(struct ctdb_context *ctdb,
                         struct timeval timeout, uint32_t destnode,
                         TALLOC_CTX *mem_ctx,
@@ -164,7 +164,7 @@ struct ctdb_node_capabilities *
 ctdb_get_capabilities(struct ctdb_context *ctdb,
                      TALLOC_CTX *mem_ctx,
                      struct timeval timeout,
-                     struct ctdb_node_map *nodemap);
+                     struct ctdb_node_map_old *nodemap);
 
 #undef TIMELIMIT