svn commit: samba r15245 - in branches/SAMBA_4_0/source/lib/ldb/include: .

idra at samba.org idra at samba.org
Tue Apr 25 16:08:55 GMT 2006


Author: idra
Date: 2006-04-25 16:08:55 +0000 (Tue, 25 Apr 2006)
New Revision: 15245

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15245

Log:

forgot one header


Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/ldb.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-04-25 13:50:35 UTC (rev 15244)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-04-25 16:08:55 UTC (rev 15245)
@@ -233,6 +233,15 @@
 */
 #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)



More information about the samba-cvs mailing list