Remove checkpoint tracing.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2009 22:33:04 +0000 (00:33 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2009 22:33:04 +0000 (00:33 +0200)
commita227843b739d279b63adcf3736ebb03d856080c4
treec7ebab3673f8af759abef8cd08b59ce351f8071e
parent5dde6461a321ee47b06e33f8203f2acf00a31a51
Remove checkpoint tracing.

This feature is not necessary anymore since we have tools like valgrind today
that can catch stack overflow errors before they make a backtrace in gdb
impossible.
31 files changed:
configure.in
lib/utils.c
lib/utils.h
src/bsd/device.c
src/conf.c
src/connection.c
src/cygwin/device.c
src/edge.c
src/event.c
src/graph.c
src/linux/device.c
src/meta.c
src/mingw/device.c
src/net.c
src/net_packet.c
src/net_setup.c
src/net_socket.c
src/netutl.c
src/node.c
src/process.c
src/protocol.c
src/protocol_auth.c
src/protocol_edge.c
src/protocol_key.c
src/protocol_misc.c
src/protocol_subnet.c
src/raw_socket/device.c
src/route.c
src/solaris/device.c
src/subnet.c
src/uml_socket/device.c