Skip to content

Commit

Permalink
chore: rollback header file
Browse files Browse the repository at this point in the history
Signed-off-by: proost <[email protected]>
  • Loading branch information
proost committed Jan 12, 2025
1 parent c131cd1 commit 828550f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@ typedef struct readyList {
#define SELECTOR_FLAG_ALLCOMMANDS (1 << 2) /* The user can run all commands. */
#define SELECTOR_FLAG_ALLCHANNELS (1 << 3) /* The user can mention any Pub/Sub \
channel. */

typedef struct {
sds name; /* The username as an SDS string. */
uint32_t flags; /* See USER_FLAG_* */
Expand Down

0 comments on commit 828550f

Please sign in to comment.