ctdb-killtcp: New helper ctdb_killtcp
authorMartin Schwenke <martin@meltin.net>
Wed, 2 Mar 2016 23:34:48 +0000 (10:34 +1100)
committerAmitay Isaacs <amitay@samba.org>
Fri, 1 Apr 2016 02:42:11 +0000 (04:42 +0200)
commit1924323af6c6e769c39e4d6716e30eb6f7391b4b
treed27c2186431cd6162ec4e1710fcfeda25fe92e26
parentc56112949a38ac5238c847073630807747da8f0e
ctdb-killtcp: New helper ctdb_killtcp

This will allow killing of TCP connections without daemon involvement.

It looks strange that the common code for daemon and helper is in the
server directory.  Having it in the server directory means less
temporary changes to the build configuration.  This code will move
into the helper itself and will no longer be used by the daemon.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/packaging/RPM/ctdb.spec.in
ctdb/tools/ctdb_killtcp.c [new file with mode: 0644]
ctdb/wscript