summaryrefslogtreecommitdiff
path: root/source3/include/ctdbd_conn.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-10-08 15:30:16 +0200
committerMichael Adam <obnox@samba.org>2014-03-24 17:09:10 +0100
commite5b5775b81500fb8d0c7491186e6ba35502134c3 (patch)
treeffdc1417944f7305d28d26b2431c4693e4abaa6c /source3/include/ctdbd_conn.h
parentb17c6ad6441c19de0fca4ff9ca1bdc2d0b59f300 (diff)
downloadsamba-e5b5775b81500fb8d0c7491186e6ba35502134c3.tar.gz
s3:ctdbd_conn: add ctdb_serverids_exist_supported()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include/ctdbd_conn.h')
-rw-r--r--source3/include/ctdbd_conn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h
index 0f85229e9c4..e250925a755 100644
--- a/source3/include/ctdbd_conn.h
+++ b/source3/include/ctdbd_conn.h
@@ -49,6 +49,7 @@ 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);