[Fedora-directory-commits] ldapserver/ldap/synctools/passwordsync/passsync syncserv.h, 1.7, 1.7.2.1

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Thu Mar 30 23:13:47 UTC 2006


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/synctools/passwordsync/passsync
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2139/passwordsync/passsync

Modified Files:
      Tag: Directory71RtmBranch
	syncserv.h 
Log Message:
186657 - Implemented locking around passhook data file access


Index: syncserv.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/synctools/passwordsync/passsync/syncserv.h,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -r1.7 -r1.7.2.1
--- syncserv.h	19 Apr 2005 22:07:44 -0000	1.7
+++ syncserv.h	30 Mar 2006 23:13:44 -0000	1.7.2.1
@@ -82,6 +82,7 @@
 
 	PASS_INFO_LIST passInfoList;
 	HANDLE passhookEventHandle;
+	HANDLE passhookMutexHandle;
 
 	// LDAP variables
 	LDAP* mainLdapConnection;
@@ -104,7 +105,8 @@
 	unsigned long maxBackoffTime;
 	int logLevel;
 	bool isRunning;
+	DWORD waitRes;
 	fstream outLog;
 };
 
-#endif
\ No newline at end of file
+#endif




More information about the Fedora-directory-commits mailing list