From 67989b087449aa90f0fc3e09f4b3a3a9672c070a Mon Sep 17 00:00:00 2001 From: Moti Cohen Date: Mon, 3 Jun 2024 11:53:09 +0300 Subject: [PATCH] PR fixes --- src/ebuckets.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ebuckets.h b/src/ebuckets.h index 9f66589e517..fbcae8fd153 100644 --- a/src/ebuckets.h +++ b/src/ebuckets.h @@ -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 */