From bad53b2d342bb9760497e6f4a61e64ca50d6e771 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 30 Jul 2008 19:59:18 +1000 Subject: [PATCH] renamed the pulldb structure to a ctdb_marshall_buffer --- server/ctdb_recover.c | 2 +- server/ctdb_recoverd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/ctdb_recover.c b/server/ctdb_recover.c index 2b748984..ead04ed0 100644 --- a/server/ctdb_recover.c +++ b/server/ctdb_recover.c @@ -219,7 +219,7 @@ ctdb_control_reload_nodes_file(struct ctdb_context *ctdb, uint32_t opcode) */ struct pulldb_data { struct ctdb_context *ctdb; - struct ctdb_control_pulldb_reply *pulldata; + struct ctdb_marshall_buffer *pulldata; uint32_t len; bool failed; }; diff --git a/server/ctdb_recoverd.c b/server/ctdb_recoverd.c index 2bc24dd7..2e29feaa 100644 --- a/server/ctdb_recoverd.c +++ b/server/ctdb_recoverd.c @@ -533,7 +533,7 @@ static int pull_one_remote_database(struct ctdb_context *ctdb, uint32_t srcnode, { int ret; TDB_DATA outdata; - struct ctdb_control_pulldb_reply *reply; + struct ctdb_marshall_buffer *reply; struct ctdb_rec_data *rec; int i; TALLOC_CTX *tmp_ctx = talloc_new(recdb); -- 2.34.1