Commit 898d9dca authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Guillaume Quintard

ban_test can fit on 32 bytes

parent b456f691
......@@ -50,9 +50,9 @@ static pthread_t ban_thread;
static int ban_holds;
struct ban_test {
uint8_t oper;
uint8_t arg1;
const char *arg1_spec;
uint8_t oper;
const char *arg2;
const void *arg2_spec;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment