summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2013-07-15 14:52:07 +1000
committerAmitay Isaacs <amitay@gmail.com>2013-07-29 16:00:46 +1000
commit854216236b398ba85cdd7b555f5ecd1b9cfdf87f (patch)
tree34c00beaf49158d566e4b77a1bf4dbd8bf7007eb /ctdb/include/ctdb_private.h
parente14fa509416a5ea86d2309b1b64315c483ecf17a (diff)
downloadsamba-854216236b398ba85cdd7b555f5ecd1b9cfdf87f.tar.gz
samba-854216236b398ba85cdd7b555f5ecd1b9cfdf87f.tar.xz
samba-854216236b398ba85cdd7b555f5ecd1b9cfdf87f.zip
Revert "ctdbd: Remove incomplete ctdb_db_statistics_wire structure"
The structure cannot be removed without adding support for marshalling keys for hot records. This reverts commit 26a4653df594d351ca0dc1bd5f5b2f5b0eb0a9a5. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 023ca2e84f5ed064a288526b9c2bc7e06674dd81)
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r--ctdb/include/ctdb_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index cbaff97d919..9c78440c2a7 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -1561,6 +1561,10 @@ 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);
/*