The Great Embooleanating

A large number of functions had return values and/or arguments changed
to use ``bool`` types instead of ``int``.
This commit is contained in:
Tim Wojtulewicz 2020-03-11 10:41:46 -07:00 committed by Robin Sommer
parent 3c470ffe13
commit fd5e15b116
145 changed files with 1288 additions and 1331 deletions

View file

@ -39,7 +39,7 @@ protected:
bro_int_t request_len, reply_len;
private:
void UpdateEndpointVal(RecordVal* endp, int is_orig);
void UpdateEndpointVal(RecordVal* endp, bool is_orig);
#define HIST_ORIG_DATA_PKT 0x1
#define HIST_RESP_DATA_PKT 0x2
@ -51,4 +51,4 @@ private:
uint32_t rep_chk_cnt, rep_chk_thresh;
};
} } // namespace analyzer::*
} } // namespace analyzer::*