commit bf0508d08c20b5e99cfc337d5dbccf162726f380 parent 6758d841639ae7abd7c273cc6a6ceefbfdc3efc0 Author: Naveen Narayanan <zerous@nocebo.space> Date: Sat, 18 Sep 2021 16:49:01 +0200 Remove *is* prefix from flag names. Diffstat:
M | param.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/param.h b/param.h @@ -3,8 +3,8 @@ struct user { char *ipaddr; - int isattack; - int isblocked; + int attacker; + int blocked; char nprobe; };