Rename ctdb_control_destructor() to ctdb_client_control_destructor()
authorMartin Schwenke <martin@meltin.net>
Fri, 11 Nov 2011 03:02:09 +0000 (14:02 +1100)
committerMartin Schwenke <martin@meltin.net>
Fri, 11 Nov 2011 03:31:50 +0000 (14:31 +1100)
commit82f6108bfbc7e48ca88650297c6a1c6ede0e1c9c
treebd1dcc2ffcade92786daaf49a20275db85a8c7da
parent126cb0d369b2b1aed63801dc4ba0554399e8b7e4
Rename ctdb_control_destructor() to ctdb_client_control_destructor()

This avoids a name clash with a slightly different function in
ctdb_control.c.

This is in the context of wanting to run CCAN-style tests where most
of the ctdbd code is just included in the test program.

Signed-off-by: Martin Schwenke <martin@meltin.net>
client/ctdb_client.c