Dump through control socket
authorScott Lamb <slamb@slamb.org>
Wed, 7 Nov 2007 02:49:25 +0000 (02:49 +0000)
committerScott Lamb <slamb@slamb.org>
Wed, 7 Nov 2007 02:49:25 +0000 (02:49 +0000)
commit6eaefb4dbce240334e35f67d9f3db5d4f44e49c9
tree23e4526b8f9c2c49e4d8fa8be4bc2b92f6c1ac4d
parent50ad3f2a895c38f8d546f87490ca96ab7d9e011e
Dump through control socket

Note this removes SIGUSR1, SIGUSR2, and the graph dumping config option.
It seems cleaner to do everything through the control socket.
18 files changed:
doc/tinc.conf.5.in
doc/tinc.texi
doc/tincctl.8.in
doc/tincd.8.in
src/connection.c
src/connection.h
src/control.c
src/control_common.h
src/edge.c
src/edge.h
src/graph.c
src/graph.h
src/net.c
src/node.c
src/node.h
src/subnet.c
src/subnet.h
src/tincctl.c