Fix pointer ref for job info

This commit is contained in:
Peter Chen 2021-02-08 21:00:52 -08:00
parent 48c7e28a01
commit 2a7e715423

View File

@ -131,7 +131,7 @@ struct rocksdb_snapshot_t { const Snapshot* rep; };
struct rocksdb_flushoptions_t { FlushOptions rep; };
struct rocksdb_fifo_compaction_options_t { CompactionOptionsFIFO 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 {
ReadOptions rep;
// stack variables to set pointers to in ReadOptions