]> git.ipfire.org Git - thirdparty/samba.git/commit
ctdb-recoverd: Change signature of get_remote_nodemaps()
authorMartin Schwenke <martin@meltin.net>
Thu, 18 Jan 2018 05:41:19 +0000 (16:41 +1100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 25 Aug 2020 13:57:28 +0000 (13:57 +0000)
commit942db2b3d27236506c3a98ce2cc8f4975e01aed2
treec7e9d85196c063e664dcc106f1e3a53869e9359f
parent9e52bb0c5c613b5e4b141b8268f1e10fe66a9c18
ctdb-recoverd: Change signature of get_remote_nodemaps()

Change 1st argument to a rec context, since this will be needed later.
Drop the nodemap argument and access it via rec->nodemap instead.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14466
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(cherry picked from commit 3324dd272c7dafa92cd9c3fd0af8f50084bcdaaa)
ctdb/server/ctdb_recoverd.c