smbd/winbindd: Do an early check if ctdbd is functional
[mat/samba.git] / source3 / include / ctdbd_conn.h
index 64cb1d5ade7766d8a7995103c20bce5d6101bac2..ce5c8ba007a65e954aea620329debf37d4a79960 100644 (file)
@@ -89,5 +89,6 @@ NTSTATUS ctdbd_control_local(struct ctdbd_connection *conn, uint32_t opcode,
 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);
+NTSTATUS ctdbd_probe(void);
 
 #endif /* _CTDBD_CONN_H */