Commit 5e0f900e authored by Nils Goroll's avatar Nils Goroll

make flags one bit

parent b71ce5f8
......@@ -240,8 +240,8 @@ struct pecx {
struct pesi {
unsigned magic;
#define PESI_MAGIC 0xa6ba54a0
unsigned bypass;
unsigned keep_req;
unsigned bypass:1;
unsigned keep_req:1;
struct pesi_tree *pesi_tree;
struct pecx pecx[1];
......
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