ctdbd: Add nodes_file member to struct ctdb_context
[samba.git] / ctdb / include / ctdb_client.h
index ca2f7620e5b04d523e17cfa10a1606a307ab72b9..c8c37da8e672076537c1883f01fce1df7b1b556a 100644 (file)
@@ -84,12 +84,6 @@ int ctdb_set_address(struct ctdb_context *ctdb, const char *address);
 int ctdb_set_socketname(struct ctdb_context *ctdb, const char *socketname);
 const char *ctdb_get_socketname(struct ctdb_context *ctdb);
 
-/*
-  tell ctdb what nodes are available. This takes a filename, which will contain
-  1 node address per line, in a transport specific format
-*/
-int ctdb_set_nlist(struct ctdb_context *ctdb, const char *nlist);
-
 /*
   Check that a specific ip address exists in the node list and returns
   the id for the node or -1