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)
commitc309d22f9ac4b424020c89262f9480972c01bf2c
treebc7dd998683b699b78a111f52c08be2963124124
parent69c30c6ba0fb53907b3b916a587adc209f46476f
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>
(This used to be ctdb commit 391926a87a7af73840f10bb314c0a2f951a0854c)
ctdb/client/ctdb_client.c
ctdb/include/ctdb_private.h
ctdb/server/ctdb_control.c
ctdb/server/eventscript.c