From 8c653b5b54514f1f5e2279ed05f863c4578f1f5a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 25 Apr 2006 16:08:55 +0000 Subject: r15245: forgot one header (This used to be commit 32da3f5d22cc38f72961ca65c85c49d03f64b05c) --- source4/lib/ldb/include/ldb.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source4/lib') diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index a6a13fc39c..43dde8675b 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -233,6 +233,15 @@ struct ldb_utf8_fns { */ #define LDB_FLG_NOSYNC 2 +/** + Flag value to specify autoreconnect mode. + + If LDB_FLG_RECONNECT is used in ldb_connect, then the backend will + be opened in a way that makes it try to auto reconnect if the + connection is dropped (actually make sense only with ldap). +*/ +#define LDB_FLG_RECONNECT 3 + /*! \cond DOXYGEN_IGNORE */ #ifndef PRINTF_ATTRIBUTE #define PRINTF_ATTRIBUTE(a,b) -- cgit