stardog-union / rocksdb

GNU General Public License v2.0
4 stars 1 forks source link

make SetKeys public since now rwlock protected #16

Closed matthewvon closed 4 years ago

matthewvon commented 4 years ago

Original SetKeys implementation was NOT thread safe. Since then Facebook requested the change, and now thread safe. Making the function public in our tree so protected_files.cpp can call it.