From d36aa928fd3bbdd55d429bb5abe4a67c0f875a8d Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 25 Jun 2013 15:25:16 +1000 Subject: ctdbd: Remove incomplete ctdb_db_statistics_wire structure Send the ctdb_db_statistics directly instead of first copying it to duplicate ctdb_db_statistics_wire structure. This simplifies the implementation of the control to get database statistics. Signed-off-by: Amitay Isaacs (This used to be ctdb commit 26a4653df594d351ca0dc1bd5f5b2f5b0eb0a9a5) --- ctdb/include/ctdb_private.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ctdb/include/ctdb_private.h') diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 17b89335538..b7f6db7ec85 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -1561,10 +1561,6 @@ int ctdb_fetch_func(struct ctdb_call_info *call); int ctdb_fetch_with_header_func(struct ctdb_call_info *call); -int32_t ctdb_control_get_db_statistics(struct ctdb_context *ctdb, - uint32_t db_id, - TDB_DATA *outdata); - int ctdb_set_db_sticky(struct ctdb_context *ctdb, struct ctdb_db_context *ctdb_db); /* -- cgit