diff options
author | Amitay Isaacs <amitay@gmail.com> | 2015-10-23 14:11:53 +1100 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2015-10-30 02:00:27 +0100 |
commit | b900adc55ce2609faf0b8acb62ab88507cddee42 (patch) | |
tree | fa84e2b3199e84d208afe03a8b466bf86b4b2872 /ctdb/utils | |
parent | 4346fe6a0259e326bd5254a9d192f0807b27331e (diff) | |
download | samba-b900adc55ce2609faf0b8acb62ab88507cddee42.tar.gz |
ctdb-daemon: Separate prototypes for system specific functions
This groups function prototypes for system specific functions in
common/system.h and removes them from ctdb_private.h.
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/utils')
-rw-r--r-- | ctdb/utils/pmda/pmda_ctdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/utils/pmda/pmda_ctdb.c b/ctdb/utils/pmda/pmda_ctdb.c index 114584423ae..f1a90c48b86 100644 --- a/ctdb/utils/pmda/pmda_ctdb.c +++ b/ctdb/utils/pmda/pmda_ctdb.c @@ -26,6 +26,7 @@ #include "ctdb_private.h" #include "ctdb_protocol.h" #include "domain.h" +#include "common/system.h" /* * CTDB PMDA |