commit | 421f02e738999dec9f52665023918e22580197fd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jan 20 18:19:22 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 23 15:28:20 2018 +0100 |
tree | fc395097eb53a40d7ee7892f3bf0ac4a14e5ef26 | |
parent | f4571a027f20a3866018a9a6749fd456370943e1 [diff] |
MINOR: threads: add a MAX_THREADS define instead of LONGBITS This one allows not to inflate some structures when threads are disabled. Now struct global is 1.4 kB instead of 33 kB. Should be backported to 1.8 for ease of backporting of upcoming patches.