ctdb-daemon: Make vnn->iface a list of new struct vnn_interface
authorMartin Schwenke <martin@meltin.net>
Wed, 24 Aug 2016 08:21:51 +0000 (18:21 +1000)
committerAmitay Isaacs <amitay@samba.org>
Thu, 8 Sep 2016 04:57:20 +0000 (06:57 +0200)
commit29787cb3c89fc8bbe9ffc13b2b924a0dcdb4d3fc
tree7e8f97be0a6e7492f1fc1ffa9409a6bbbc9c0744
parente6258acf1b8aed0e216571c4eb42555e597a5dc5
ctdb-daemon: Make vnn->iface a list of new struct vnn_interface

To keep this change small, this leaves behind some redundant calls to
ctdb_find_iface() and similar.  They will be cleaned up later.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_takeover.c