Skip to content

Commit

Permalink
Merge updates/NFSE-4909-fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan957 committed Aug 20, 2021
2 parents f5228c3 + 285b386 commit 74da013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/hse/flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ extern "C" {
/* hse_kvs_cursor_create() flags */
#define HSE_CURSOR_CREATE_REV (1u << 0)

/* Do not use the following, marked for removal pre-2.0 final release */
#define HSE_FLAG_CURSOR_REVERSE HSE_CURSOR_CREATE_REV

#ifdef HSE_EXPERIMENTAL
/* hse_kvdb_compact() flags */
#define HSE_KVDB_COMPACT_CANCEL (1u << 0)
Expand Down

0 comments on commit 74da013

Please sign in to comment.