summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_client.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-07-19 17:07:18 +1000
committerAmitay Isaacs <amitay@samba.org>2016-07-25 21:29:42 +0200
commitf03d39df5a1d5fa94fe9e92b11c45c196037a454 (patch)
tree5f45e8645f5661ed3f4375b93d6a57b0354e6c5c /ctdb/include/ctdb_client.h
parentc346204f35e6df54c059002f055fc75bbc2a1bf5 (diff)
downloadsamba-f03d39df5a1d5fa94fe9e92b11c45c196037a454.tar.gz
ctdb-client: Mark ctdb_ctrl_freeze_priority static
It is not used outside ctdb_client.c 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, 0 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_client.h b/ctdb/include/ctdb_client.h
index 6865be9d547..2d12cfbd333 100644
--- a/ctdb/include/ctdb_client.h
+++ b/ctdb/include/ctdb_client.h
@@ -312,8 +312,6 @@ int ctdb_dump_db(struct ctdb_db_context *ctdb_db,
int ctdb_ctrl_getpid(struct ctdb_context *ctdb, struct timeval timeout,
uint32_t destnode, uint32_t *pid);
-int ctdb_ctrl_freeze_priority(struct ctdb_context *ctdb, struct timeval timeout,
- uint32_t destnode, uint32_t priority);
int ctdb_ctrl_freeze(struct ctdb_context *ctdb, struct timeval timeout,
uint32_t destnode);