2020-06-24 16:31 UTC+0200 ~ Tobias Klauser <tklauser@xxxxxxxxxx> > Define attach_type_name in common.c instead of main.h so it is only > defined once. This leads to a slight decrease in the binary size of > bpftool. > > Before: > > text data bss dec hex filename > 399024 11168 1573160 1983352 1e4378 bpftool > > After: > > text data bss dec hex filename > 398256 10880 1573160 1982296 1e3f58 bpftool > > Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> Reviewed-by: Quentin Monnet <quentin@xxxxxxxxxxxxx> (You can keep the tag for minor changes.)