eventscript: remove unused ctbd_ctrl_event_script*
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 7 Dec 2009 13:57:40 +0000 (00:27 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 7 Dec 2009 13:57:40 +0000 (00:27 +1030)
commit391926a87a7af73840f10bb314c0a2f951a0854c
treecf98b2007c30cea0cc05fa94409cccc508411063
parent814704a3286756d40c2a6c508c1c0b77fa711891
eventscript: remove unused ctbd_ctrl_event_script*

The child no longer uses ctdb_ctrl_event_script_init or
ctdb_ctrl_event_script_finished, and the others are redundant: it
doesn't need to tell us it's starting a script when it only runs one.

We move start and stop calls to the parent, and eliminate the RPC
infrastructure altogether.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
client/ctdb_client.c
include/ctdb_private.h
server/ctdb_control.c
server/eventscript.c