diff options
author | Volker Lendecke <vl@samba.org> | 2015-09-30 01:27:00 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-09-30 23:51:13 +0200 |
commit | 620b7467adebb756e6658c6901232755a8c62d17 (patch) | |
tree | 85fa444c53df640f955333083b4d69f260f5d4c6 /source3/include/ctdbd_conn.h | |
parent | 103658ddd0992d00f5a4b1411dcb808d035cb917 (diff) | |
download | samba-620b7467adebb756e6658c6901232755a8c62d17.tar.gz |
lib: Remove ctdb_serverids_exist
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/ctdbd_conn.h')
-rw-r--r-- | source3/include/ctdbd_conn.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h index b60a0e5de56..9f7ec9f44eb 100644 --- a/source3/include/ctdbd_conn.h +++ b/source3/include/ctdbd_conn.h @@ -47,10 +47,6 @@ bool ctdbd_process_exists(struct ctdbd_connection *conn, uint32_t vnn, bool ctdb_processes_exist(struct ctdbd_connection *conn, const struct server_id *pids, int num_pids, bool *results); -bool ctdb_serverids_exist_supported(struct ctdbd_connection *conn); -bool ctdb_serverids_exist(struct ctdbd_connection *conn, - const struct server_id *pids, unsigned num_pids, - bool *results); char *ctdbd_dbpath(struct ctdbd_connection *conn, TALLOC_CTX *mem_ctx, uint32_t db_id); |