Fix the build after backporting f3bf2ab61f8dbbc806ec23a68a87aaedd458e712.
authorMichael Adam <obnox@samba.org>
Wed, 21 Aug 2013 07:16:47 +0000 (09:16 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 26 Aug 2013 11:34:20 +0000 (13:34 +0200)
This patch (keeping track of public IP assignment in recovery daemon)
which was backported to 1.0.0114 as 9640e2bb889bd99389d9fb247191a19785a75104
renamed "struct _trbt_tree_t" to "struct trbt_tree".

In master, this patch came before the introduction of the delete queue
to the db context. So in the 1.0.114 branch we need to fix up afterwards.

Signed-off-by: Michael Adam <obnox@samba.org>
include/ctdb_private.h

index 49bec6311d5eab75b39ae5eb014bc5ecba411db1..beaf125f2eb6c86e0309eda0775b1c1e2a290197 100644 (file)
@@ -494,7 +494,7 @@ struct ctdb_db_context {
        struct ctdb_vacuum_handle *vacuum_handle;
        char *unhealthy_reason;
        struct ctdb_persistent_state *persistent_state;
-       struct _trbt_tree_t *delete_queue;
+       struct trbt_tree *delete_queue;
        int (*ctdb_ltdb_store_fn)(struct ctdb_db_context *ctdb_db,
                                  TDB_DATA key,
                                  struct ctdb_ltdb_header *header,