Skip to content

Commit

Permalink
mxq_group.h: Add blacklist and whitelist
Browse files Browse the repository at this point in the history
Add list of blacklisted and whitelisted servers to group. The string is
supposed to be canonical (lexical sorted, space separated) as produced
by keywordset_get(), so that groups with equal sets can be found by sql
string compare.
  • Loading branch information
donald committed Apr 15, 2020
1 parent ea7872a commit cbcdc4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mxq_group.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ struct mxq_group {
uint8_t group_status;
uint64_t group_flags;
uint16_t group_priority;
char * group_blacklist;
char * group_whitelist;

uint32_t user_uid;
char * user_name;
Expand Down

0 comments on commit cbcdc4b

Please sign in to comment.