From 99f2177e8fbf7f288fa896a0c64bfb6ae03b9ada Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 31 Oct 2011 16:30:38 +0100 Subject: s3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDS This should be a lot quicker than PROCESS_EXISTS followed by looking at serverid.tdb Autobuild-User: Volker Lendecke Autobuild-Date: Wed Nov 30 12:47:27 CET 2011 on sn-devel-104 --- source3/include/ctdbd_conn.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/ctdbd_conn.h') diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h index 1d52577fe8..9a3c27cdb9 100644 --- a/source3/include/ctdbd_conn.h +++ b/source3/include/ctdbd_conn.h @@ -46,6 +46,9 @@ bool ctdbd_process_exists(struct ctdbd_connection *conn, uint32 vnn, bool ctdb_processes_exist(struct ctdbd_connection *conn, const struct server_id *pids, int num_pids, bool *results); +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); @@ -79,5 +82,6 @@ NTSTATUS ctdbd_control_local(struct ctdbd_connection *conn, uint32 opcode, int *cstatus); NTSTATUS ctdb_watch_us(struct ctdbd_connection *conn); NTSTATUS ctdb_unwatch(struct ctdbd_connection *conn); +NTSTATUS register_with_ctdbd(struct ctdbd_connection *conn, uint64_t srvid); #endif /* _CTDBD_CONN_H */ -- cgit