Merge pull request #7200 from titouanc/fix-redis6-uclibc

make struct user anonymous (only typedefed) in server.h
This commit is contained in:
Salvatore Sanfilippo 2020-05-05 11:42:43 +02:00 committed by GitHub
commit 64347aaaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -732,7 +732,7 @@ typedef struct readyList {
no AUTH is needed, and every no AUTH is needed, and every
connection is immediately connection is immediately
authenticated. */ authenticated. */
typedef struct user { typedef struct {
sds name; /* The username as an SDS string. */ sds name; /* The username as an SDS string. */
uint64_t flags; /* See USER_FLAG_* */ uint64_t flags; /* See USER_FLAG_* */