Use libevent to dump graphs when necessary.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 17 May 2007 21:14:30 +0000 (21:14 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 17 May 2007 21:14:30 +0000 (21:14 +0000)
commit4d0621b1f39537699b0ec4655b0c6e6b84581c9a
treedc63ea51839ed3d72b577cd90e0c7a889ff56c8f
parent0f6f54ff8aa96d981f68b5b71c7126b8fdbead6c
Use libevent to dump graphs when necessary.
event_add() can be called repeatedly, the second and later calls are ignored if
the event hasn't been removed yet.
src/graph.c
src/net.c