Skip to content

Commit

Permalink
Refine comment of struct.handleListPlain
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Aug 13, 2023
1 parent 9526c13 commit 40d5295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/librdb-api.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ typedef struct RdbHandlersStructCallbacks {
/* Callback to handle a string value of a key */
RdbRes (*handleString)(RdbParser *p, void *userData, RdbBulk str);

/* Callback to handle an item from a plain-list */
/* Callback to handle an item from a plain-list. Or plain node of RDB_TYPE_LIST_QUICKLIST_2 */
RdbRes (*handleListPlain)(RdbParser *p, void *userData, RdbBulk node);
/* Callback to handle a ziplist-based list value */
RdbRes (*handleListZL)(RdbParser *p, void *userData, RdbBulk ziplist);
Expand Down

0 comments on commit 40d5295

Please sign in to comment.