瀏覽代碼

Merge pull request #472 from zhoudayang:patch-1

PiperOrigin-RevId: 243314507
naive_version
Chris Mumford 5 年之前
父節點
當前提交
df4a323aaf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      include/leveldb/env.h

+ 1
- 1
include/leveldb/env.h 查看文件

@ -173,7 +173,7 @@ class LEVELDB_EXPORT Env {
virtual void StartThread(void (*function)(void* arg), void* arg) = 0;
// *path is set to a temporary directory that can be used for testing. It may
// or many not have just been created. The directory may or may not differ
// or may not have just been created. The directory may or may not differ
// between runs of the same process, but subsequent calls will return the
// same directory.
virtual Status GetTestDirectory(std::string* path) = 0;

Loading…
取消
儲存