Skip to content

Commit

Permalink
vmod_debug: split filter sources from rest of the code
Browse files Browse the repository at this point in the history
and flexelint
  • Loading branch information
nigoroll committed Oct 7, 2024
1 parent 9c34716 commit 5cb8571
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 602 deletions.
1 change: 1 addition & 0 deletions vmod/automake_boilerplate_debug.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ libvmod_debug_la_SOURCES = \
vmod_debug.c \
vmod_debug_acl.c \
vmod_debug_dyn.c \
vmod_debug_filters.c \
vmod_debug_obj.c

libvmod_debug_la_CFLAGS =
Expand Down
2 changes: 1 addition & 1 deletion vmod/flint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ for vmod in vmod_*.vcc ; do
echo "${vmod}"
echo "====================="
vmod="${vmod#vmod_}"
FLOPS="-I../bin/varnishd vcc_${vmod}_if.c vmod_${vmod}*.c" \
FLOPS="-I../bin/varnishd -I../lib/libvgz vcc_${vmod}_if.c vmod_${vmod}*.c" \
../tools/flint_skel.sh
done
Loading

0 comments on commit 5cb8571

Please sign in to comment.