Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Or Friedmann committed Aug 1, 2023
1 parent c7c6eea commit 09feb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/rocksdb/db.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <unordered_map>
#include <vector>

#include "port/port_posix.h"
#include "rocksdb/port_defs.h"
#include "rocksdb/block_cache_trace_writer.h"
#include "rocksdb/iterator.h"
#include "rocksdb/listener.h"
Expand Down
3 changes: 1 addition & 2 deletions include/rocksdb/port_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ class ThreadSpeedb
std::thread::native_handle_type native_handle() {
return thread_.native_handle();
}



private:
std::thread thread_;
};
Expand Down

0 comments on commit 09feb60

Please sign in to comment.