summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_client.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 20:09:40 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:14 +0100
commitb45bc4ce4bd521380c08bcf2f934f3e98be4d292 (patch)
tree8d3b2ca6058b836cc59601f1f93e8f903616fb8a /ctdb/include/ctdb_client.h
parentb99436e425ec8574f88f6ef778be4e06013f01ae (diff)
downloadsamba-b45bc4ce4bd521380c08bcf2f934f3e98be4d292.tar.gz
ctdb-daemon: Rename struct ctdb_statistics_wire to ctdb_statistics_list_old
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include/ctdb_client.h')
-rw-r--r--ctdb/include/ctdb_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_client.h b/ctdb/include/ctdb_client.h
index 51bb359d675..b21bcee282c 100644
--- a/ctdb/include/ctdb_client.h
+++ b/ctdb/include/ctdb_client.h
@@ -616,7 +616,7 @@ int ctdb_ctrl_get_db_priority(struct ctdb_context *ctdb,
int ctdb_ctrl_getstathistory(struct ctdb_context *ctdb,
struct timeval timeout, uint32_t destnode,
TALLOC_CTX *mem_ctx,
- struct ctdb_statistics_wire **stats);
+ struct ctdb_statistics_list_old **stats);
struct ctdb_ltdb_header *ctdb_header_from_record_handle(
struct ctdb_record_handle *h);