allow has_noskip_flag to contain TRUE_OR_FALSE

This commit is contained in:
Andreas Steffen
2012-10-07 16:26:02 +02:00
parent 570402217c
commit 41d344e8ea
@@ -56,7 +56,7 @@ struct pb_tnc_msg_info_t {
u_int32_t min_size;
bool exact_size;
bool in_result_batch;
bool has_noskip_flag;
signed char has_noskip_flag;
};
#define TRUE_OR_FALSE 2