ctdb-common: Rename system utility files
authorMartin Schwenke <martin@meltin.net>
Thu, 28 Jun 2018 10:15:37 +0000 (20:15 +1000)
committerMartin Schwenke <martins@samba.org>
Mon, 2 Jul 2018 06:51:20 +0000 (08:51 +0200)
commit57834c64bef96d67dabe1ce22ced67e6544b8035
tree9872c14c1ca24c21e62f00d78f343d9f4688654c
parentf697c2e1c6aa481b3619f4c3dfefcc850af69eb4
ctdb-common: Rename system utility files

system_socket.[ch] will contain all the raw socket code and other
functions that use ctdb_sock_addr.  system.[ch] will contain other
platform dependent functions.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
13 files changed:
ctdb/common/system.c [moved from ctdb/common/system_util.c with 100% similarity]
ctdb/common/system.h
ctdb/common/system_aix.c
ctdb/common/system_freebsd.c
ctdb/common/system_gnu.c
ctdb/common/system_kfreebsd.c
ctdb/common/system_linux.c
ctdb/common/system_socket.c [moved from ctdb/common/system_common.c with 90% similarity]
ctdb/common/system_socket.h [new file with mode: 0644]
ctdb/server/ctdb_recoverd.c
ctdb/server/ctdb_takeover.c
ctdb/tools/ctdb.c
ctdb/wscript