diff options
author | Andrea Claudi <[email protected]> | 2019-02-16 16:39:53 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <[email protected]> | 2019-03-01 14:19:04 +0100 |
commit | f25a9b8515a40cdd8cea9d38176d78266f5f941e (patch) | |
tree | de8a54f8228a84259bd7674bed9cd735066a7d6c /scripts/gdb/linux/tasks.py | |
parent | 123f89c8aab782854d8b27b1c01f3f2cff33c20d (diff) |
ipvs: change some data types from int to bool
Change the data type of the following variables from int to bool
across ipvs code:
- found
- loop
- need_full_dest
- need_full_svc
- payload_csum
Also change the following functions to use bool full_entry param
instead of int:
- ip_vs_genl_parse_dest()
- ip_vs_genl_parse_service()
This patch does not change any functionality but makes the source
code slightly easier to read.
Signed-off-by: Andrea Claudi <[email protected]>
Acked-by: Julian Anastasov <[email protected]>
Acked-by: Simon Horman <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions