summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-10-20 23:52:02 +0200
committerMichael Adam <obnox@samba.org>2008-10-27 13:02:38 +0100
commit9299d53ef95a72f10d3ccde175ae5c90d2c95333 (patch)
tree6929032dbab324ef84d7454bfd038e4ad5660ae8 /source3/lib/smbconf/smbconf.h
parent0ee8992331ea52e3be64a21f87a3495fe22c4112 (diff)
downloadsamba-9299d53ef95a72f10d3ccde175ae5c90d2c95333.tar.gz
samba-9299d53ef95a72f10d3ccde175ae5c90d2c95333.tar.bz2
samba-9299d53ef95a72f10d3ccde175ae5c90d2c95333.zip
[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.
In a clustered environment, the registry backend needs messaging to be set up since ctdb requires this. Michael
Diffstat (limited to 'source3/lib/smbconf/smbconf.h')
-rw-r--r--source3/lib/smbconf/smbconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/smbconf/smbconf.h b/source3/lib/smbconf/smbconf.h
index e337476665..3f3435ea00 100644
--- a/source3/lib/smbconf/smbconf.h
+++ b/source3/lib/smbconf/smbconf.h
@@ -56,6 +56,7 @@ WERROR smbconf_init_txt(TALLOC_CTX *mem_ctx,
/*
* the smbconf API functions
*/
+bool smbconf_backend_requires_messaging(struct smbconf_ctx *ctx);
void smbconf_shutdown(struct smbconf_ctx *ctx);
bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
const char *service, const char *param);