svn rev #17611: trunk/src/ lib/kdb/ plugins/kdb/db2/

raeburn@MIT.EDU raeburn at MIT.EDU
Wed Jan 25 03:05:25 EST 2006


Commit By: raeburn
Log Message: 
ticket: 3416
status: open

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.




Changed Files:
U   trunk/src/lib/kdb/ChangeLog
U   trunk/src/lib/kdb/kdb5.c
U   trunk/src/lib/kdb/kdb5.h
U   trunk/src/plugins/kdb/db2/ChangeLog
U   trunk/src/plugins/kdb/db2/Makefile.in
U   trunk/src/plugins/kdb/db2/db2_exp.c
U   trunk/src/plugins/kdb/db2/kdb_db2.h



More information about the cvs-krb5 mailing list