diff options
author | Michael Adam <obnox@samba.org> | 2013-04-03 14:03:32 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-04-17 12:44:08 +0200 |
commit | b1a6289b44c7afd1f53b02f2d7182f8654d06a13 (patch) | |
tree | 4a3114b17e3664ac716f71e84fc23a359246ddac /ctdb/include/ctdb_private.h | |
parent | ca1f3de8b45706ef673540b9a8ab8fb381cdbbba (diff) | |
download | samba-b1a6289b44c7afd1f53b02f2d7182f8654d06a13.tar.gz samba-b1a6289b44c7afd1f53b02f2d7182f8654d06a13.tar.xz samba-b1a6289b44c7afd1f53b02f2d7182f8654d06a13.zip |
ctdbd: unimplement the unused SET_DMASTER control
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 2e92deef5221ee651028ef87138b3113f1fece91)
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r-- | ctdb/include/ctdb_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index ecdf2577e9f..d0c4234dce4 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -1042,7 +1042,6 @@ struct ctdb_rec_data *ctdb_marshall_loop_next(struct ctdb_marshall_buffer *m, st int32_t ctdb_control_pull_db(struct ctdb_context *ctdb, TDB_DATA indata, TDB_DATA *outdata); int32_t ctdb_control_push_db(struct ctdb_context *ctdb, TDB_DATA indata); -int32_t ctdb_control_set_dmaster(struct ctdb_context *ctdb, TDB_DATA indata); int32_t ctdb_control_set_recmode(struct ctdb_context *ctdb, struct ctdb_req_control *c, |