qLvlDb
2017-02-28 16:59:46 UTC
With the current code, I have
Status UnlockFile(FileLock* lock)
and
Status LockFile(const std::string& fname, FileLock** lock)
LockFile returns FileLock NULL if the file has already been locked.
If I want to UnlockFile a specific file, how/wherefrom do I obtain the
needed FileLock for this specific file???
Status UnlockFile(FileLock* lock)
and
Status LockFile(const std::string& fname, FileLock** lock)
LockFile returns FileLock NULL if the file has already been locked.
If I want to UnlockFile a specific file, how/wherefrom do I obtain the
needed FileLock for this specific file???
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.