On Fri, 2 Sep 2022 10:45:31 +0200 Felix Moessbauer <felix.moessba...@siemens.com> wrote:
> app/l2reflect/colors.c | 34 ++ > app/l2reflect/colors.h | 19 + > app/l2reflect/l2reflect.h | 53 ++ > app/l2reflect/main.c | 1007 > +++++++++++++++++++++++++++++++++++++ app/l2reflect/meson.build | > 21 + app/l2reflect/payload.h | 26 + > app/l2reflect/stats.c | 225 +++++++++ > app/l2reflect/stats.h | 67 +++ > app/l2reflect/utils.c | 67 +++ > app/l2reflect/utils.h | 20 + > app/meson.build | 3 +- This belongs in the examples not the app subdirectory. When you resubmit the patch please move it.