Make csync_file_stat_s::isE2eEncrypted a bitfield
authorStephan Beyer <s-beyer@gmx.net>
Tue, 7 Jul 2020 07:10:48 +0000 (09:10 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Wed, 8 Jul 2020 12:08:41 +0000 (14:08 +0200)
commita87b6157ee42be528c4c2b94337833e0a5ad1aa7
treed7e26db380d034e5be35711c9d7da3de5b414cbe
parent1e6747cd1dd9eca9e0403edf8b4db584ccc0f982
Make csync_file_stat_s::isE2eEncrypted a bitfield

This is in line with other bools of that struct and gets rid
of clang-tidy's modernize-use-default-member-init warning.
(The trivial alternative to get rid of that warning would be
to use default member init for that bool variable, but I think
it is better to have it as a bitfield.)

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
src/csync/csync.h