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)
commitccd79e10bc3aee5b2f70f22280d962d70137c300
tree3bb633ac008d1880ae75eb53980ae685b94c2dfa
parentf186dd90b6c0f1bcab5745650ebcf2772af95223
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>
(This used to be ctdb commit 82f6108bfbc7e48ca88650297c6a1c6ede0e1c9c)
ctdb/client/ctdb_client.c