]> git.sur5r.net Git - openldap/commit
mdb type cleanup: Consistent reader count types.
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 10 Sep 2011 08:11:56 +0000 (10:11 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 10 Sep 2011 20:49:34 +0000 (22:49 +0200)
commitbf9d722bec7d0e6094242b405d6a66720b934fc6
treecf380f56d51bc5ddd633569ea0385fca130dd383
parent5f682934751d54263df19f3b181f1555158daf25
mdb type cleanup: Consistent reader count types.

Use unsigned int for reader counts/max limits, that's the smallest
change.  Don't need uint32_t when mdb_env_set_maxreaders() takes less.
Change prototypes of mdb_env_set_maxreaders,mdb_env_get_maxreaders().
Check the mdb_env_set_maxreaders() argument.
libraries/libmdb/mdb.c
libraries/libmdb/mdb.h