Skip to content

Commit

Permalink
fix missing perfcontext destroy declare in C API.
Browse files Browse the repository at this point in the history
  • Loading branch information
absolute8511 committed Apr 30, 2018
1 parent 513b5ce commit 5e41ca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/rocksdb/c.h
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,8 @@ extern ROCKSDB_LIBRARY_API char* rocksdb_perfcontext_report(
rocksdb_perfcontext_t* context, unsigned char exclude_zero_counters);
extern ROCKSDB_LIBRARY_API uint64_t rocksdb_perfcontext_metric(
rocksdb_perfcontext_t* context, int metric);
extern ROCKSDB_LIBRARY_API void rocksdb_perfcontext_destroy(
rocksdb_perfcontext_t* context);

/* Compaction Filter */

Expand Down

0 comments on commit 5e41ca3

Please sign in to comment.