Skip to content

Commit

Permalink
get
Browse files Browse the repository at this point in the history
  • Loading branch information
yyy53449599 committed Oct 28, 2024
1 parent fedb645 commit f83b56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/leveldb/status.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ class LEVELDB_EXPORT Status {
kCorruption = 2,
kNotSupported = 3,
kInvalidArgument = 4,
kIOError = 5
kIOError = 5,
kExpire = 6
};

Code code() const {
Expand Down

0 comments on commit f83b56f

Please sign in to comment.