Fix pointer ref for job info
This commit is contained in:
parent
48c7e28a01
commit
2a7e715423
2
db/c.cc
2
db/c.cc
@ -131,7 +131,7 @@ struct rocksdb_snapshot_t { const Snapshot* rep; };
|
|||||||
struct rocksdb_flushoptions_t { FlushOptions rep; };
|
struct rocksdb_flushoptions_t { FlushOptions rep; };
|
||||||
struct rocksdb_fifo_compaction_options_t { CompactionOptionsFIFO rep; };
|
struct rocksdb_fifo_compaction_options_t { CompactionOptionsFIFO rep; };
|
||||||
struct rocksdb_compactfiles_options_t { CompactionOptions rep; };
|
struct rocksdb_compactfiles_options_t { CompactionOptions rep; };
|
||||||
struct rocksdb_compaction_job_info_t { CompactionJobInfo rep; };
|
struct rocksdb_compaction_job_info_t { CompactionJobInfo* rep; };
|
||||||
struct rocksdb_readoptions_t {
|
struct rocksdb_readoptions_t {
|
||||||
ReadOptions rep;
|
ReadOptions rep;
|
||||||
// stack variables to set pointers to in ReadOptions
|
// stack variables to set pointers to in ReadOptions
|
||||||
|
Loading…
Reference in New Issue
Block a user