ctdb-ipalloc: Split IP allocation into its own build subsystem
authorMartin Schwenke <martin@meltin.net>
Mon, 23 Nov 2015 05:18:16 +0000 (16:18 +1100)
committerAmitay Isaacs <amitay@samba.org>
Wed, 13 Jan 2016 19:18:20 +0000 (20:18 +0100)
commite320725f0206c56f5fe8b8b580d677c2aa56ca47
tree7b0440fd83faf8a77b9c16d485c68327e838fbb8
parent19d3fd190e039a9cd84bb93c2c2ea1b21f77583e
ctdb-ipalloc: Split IP allocation into its own build subsystem

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_takeover.c
ctdb/server/ipalloc.c [new file with mode: 0644]
ctdb/server/ipalloc.h [new file with mode: 0644]
ctdb/server/ipalloc_common.c [new file with mode: 0644]
ctdb/server/ipalloc_deterministic.c [new file with mode: 0644]
ctdb/server/ipalloc_lcp2.c [new file with mode: 0644]
ctdb/server/ipalloc_nondeterministic.c [new file with mode: 0644]
ctdb/server/ipalloc_private.h [new file with mode: 0644]
ctdb/tests/src/ctdbd_test.c
ctdb/wscript