enforce locking for TDB creation/destroy
commit40b3033aa688a2758a0e958a65000e450d474f97
authorEric Wong <normalperson@yhbt.net>
Sat, 11 Dec 2010 02:23:25 +0000 (10 18:23 -0800)
committerEric Wong <normalperson@yhbt.net>
Sat, 11 Dec 2010 02:23:25 +0000 (10 18:23 -0800)
tree56551c3690c9a1fa3864dd91e8085146be7d0341
parent56378c0fc1704cab0e0e1e6800befaf84e419b43
enforce locking for TDB creation/destroy

TDB objects aren't created often, so this shouldn't
be noticeable, and there's no other way if any notion
of thread-safety is desired.
ext/tdb/extconf.rb
ext/tdb/tdb.c