allow has_noskip_flag to contain TRUE_OR_FALSE
This commit is contained in:
@@ -56,7 +56,7 @@ struct pb_tnc_msg_info_t {
|
|||||||
u_int32_t min_size;
|
u_int32_t min_size;
|
||||||
bool exact_size;
|
bool exact_size;
|
||||||
bool in_result_batch;
|
bool in_result_batch;
|
||||||
bool has_noskip_flag;
|
signed char has_noskip_flag;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define TRUE_OR_FALSE 2
|
#define TRUE_OR_FALSE 2
|
||||||
|
|||||||
Reference in New Issue
Block a user