Skip to content

Commit

Permalink
PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Jun 3, 2024
1 parent b7e6ba3 commit 67989b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ebuckets.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ typedef struct ExpireInfo {
uint64_t maxToExpire; /* [INPUT ] Limit of number expired items to scan */
void *ctx; /* [INPUT ] context to pass to onExpireItem */
uint64_t now; /* [INPUT ] Current time in msec. */
uint64_t itemsExpired; /* [OUTPUT] Returns the number of expired or updated items. */
uint64_t itemsExpired; /* [OUTPUT] Returns the number of expired or updated items. */
uint64_t nextExpireTime; /* [OUTPUT] Next expiration time. Returns
EB_EXPIRE_TIME_INVALID if none left. */
EB_EXPIRE_TIME_INVALID if none left. */
} ExpireInfo;

/* ebuckets API */
Expand Down

0 comments on commit 67989b0

Please sign in to comment.