[Fedora-directory-commits] ldapserver/ldap/servers/slapd/back-ldbm proto-back-ldbm.h, 1.15, 1.16

Noriko Hosoi nhosoi at fedoraproject.org
Fri Oct 24 23:28:24 UTC 2008


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15311

Modified Files:
	proto-back-ldbm.h 
Log Message:
Resolves: 207457
Summary: Convert counters to 64-bit capable Slapi_Counter type.



Index: proto-back-ldbm.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm/proto-back-ldbm.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- proto-back-ldbm.h	9 Oct 2008 17:40:14 -0000	1.15
+++ proto-back-ldbm.h	24 Oct 2008 23:28:22 -0000	1.16
@@ -69,7 +69,7 @@
 void cache_set_max_entries(struct cache *cache, long entries);
 size_t cache_get_max_size(struct cache *cache);
 long cache_get_max_entries(struct cache *cache);
-void cache_get_stats(struct cache *cache, u_long *hits, u_long *tries,
+void cache_get_stats(struct cache *cache, PRUint64 *hits, PRUint64 *tries,
              long *entries,long *maxentries, 
              size_t *size, size_t *maxsize);
 void cache_debug_hash(struct cache *cache, char **out);




More information about the Fedora-directory-commits mailing list