Remove the thread-safety flag from the kdb plugin interface. Instead,
authorKen Raeburn <raeburn@mit.edu>
Wed, 25 Jan 2006 08:05:24 +0000 (08:05 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 25 Jan 2006 08:05:24 +0000 (08:05 +0000)
commit210bd523f6351fa35d510f08ff5044e4c27fe363
treee79d0f23f9970bec1c26638f5516dfd60081e9ef
parent724f3548131de9bb4c77f054262a854b2746c0e6
Remove the thread-safety flag from the kdb plugin interface.  Instead,
have the kdb code assume the plugin is thread safe, and implement some
quick and dirty wrapper functions in the db2 plugin to make it use a
local mutex.

There's still some mutex code in the kdb library that should be
reviewed, and simplified or removed.

ticket: 3416
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17611 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kdb/ChangeLog
src/lib/kdb/kdb5.c
src/lib/kdb/kdb5.h
src/plugins/kdb/db2/ChangeLog
src/plugins/kdb/db2/Makefile.in
src/plugins/kdb/db2/db2_exp.c
src/plugins/kdb/db2/kdb_db2.h