summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_client.h
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2019-06-08 06:08:48 +1000
committerAmitay Isaacs <amitay@samba.org>2019-07-05 05:03:22 +0000
commit655634790139b08a5093dc3851dee208d13f7294 (patch)
tree7c824d3913f086d65f8f02be199e550b5e9f5076 /ctdb/include/ctdb_client.h
parent6478d65a2f1bc79040753f4dae952c638fcb64e2 (diff)
downloadsamba-655634790139b08a5093dc3851dee208d13f7294.tar.gz
ctdb-daemon: Make old list_of_nodes() function static
The next commit will change the type of this function, which is only used in this file. So, make it static to isolate the change. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/include/ctdb_client.h')
-rw-r--r--ctdb/include/ctdb_client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/include/ctdb_client.h b/ctdb/include/ctdb_client.h
index a48e506d271..ef4950ab533 100644
--- a/ctdb/include/ctdb_client.h
+++ b/ctdb/include/ctdb_client.h
@@ -278,9 +278,6 @@ uint32_t *list_of_vnnmap_nodes(struct ctdb_context *ctdb,
struct ctdb_vnn_map *vnn_map,
TALLOC_CTX *mem_ctx, bool include_self);
-uint32_t *list_of_nodes(struct ctdb_context *ctdb,
- struct ctdb_node_map_old *node_map,
- TALLOC_CTX *mem_ctx, uint32_t mask, int exclude_pnn);
uint32_t *list_of_active_nodes(struct ctdb_context *ctdb,
struct ctdb_node_map_old *node_map,
TALLOC_CTX *mem_ctx, bool include_self);