From 9299d53ef95a72f10d3ccde175ae5c90d2c95333 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 20 Oct 2008 23:52:02 +0200 Subject: [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 --- source3/lib/smbconf/smbconf_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/smbconf/smbconf_private.h') diff --git a/source3/lib/smbconf/smbconf_private.h b/source3/lib/smbconf/smbconf_private.h index 8e7d6a9983..a47d81fa25 100644 --- a/source3/lib/smbconf/smbconf_private.h +++ b/source3/lib/smbconf/smbconf_private.h @@ -23,6 +23,7 @@ struct smbconf_ops { WERROR (*init)(struct smbconf_ctx *ctx, const char *path); int (*shutdown)(struct smbconf_ctx *ctx); + bool (*requires_messaging)(struct smbconf_ctx *ctx); WERROR (*open_conf)(struct smbconf_ctx *ctx); int (*close_conf)(struct smbconf_ctx *ctx); void (*get_csn)(struct smbconf_ctx *ctx, struct smbconf_csn *csn, -- cgit