Commit 6868930e authored by Jean-Claude BAU's avatar Jean-Claude BAU Committed by Adam Wujek

Restore int type for mode,proto and mech fields. It generates issues

with config part which expects int type for these types.
parent 226129ae
......@@ -134,7 +134,7 @@ struct pp_instance {
void *ext_data; /* if protocol ext needs it */
unsigned long d_flags; /* diagnostics, ppi-specific flags */
unsigned char flags; /* protocol flags (see below) */
Enumeration8 role, /* same as in config file */
int role, /* same as in config file */
proto, /* same as in config file */
mech; /* same as in config file */
......
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