X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fstructs.h;h=7d700fb72ad0333849c18a4bc020ea5851a38f85;hp=631e0f263a37c5e9848b88608251a160c913b75a;hb=c685a2e3d970d25b36a00e4110f975b588b0bbab;hpb=8c2a478b1f6f8c3fb43317c1e6729b23a3b972b7 diff --git a/src/src/structs.h b/src/src/structs.h index 631e0f263..7d700fb72 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -553,7 +553,9 @@ typedef struct address_item { uschar *lc_local_part; /* lowercased local part */ uschar *local_part; /* points to cc or lc version */ uschar *prefix; /* stripped prefix of local part */ + uschar *prefix_v; /* variable part of above */ uschar *suffix; /* stripped suffix of local part */ + uschar *suffix_v; /* variable part of above */ const uschar *domain; /* working domain (lower cased) */ uschar *address_retry_key; /* retry key including full address */ @@ -888,8 +890,8 @@ typedef struct namedlist_cacheblock { typedef struct namedlist_block { const uschar *string; /* the list string */ namedlist_cacheblock *cache_data; /* cached domain_data or localpart_data */ - int number:31; /* the number of the list for caching */ - BOOL hide:1; /* -bP does not display value */ + short number; /* the number of the list for caching */ + BOOL hide; /* -bP does not display value */ } namedlist_block; /* Structures for Access Control Lists */