summaryrefslogtreecommitdiff
path: root/ctdb/utils
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-23 14:17:34 +1100
committerMartin Schwenke <martins@samba.org>2015-10-30 02:00:27 +0100
commit46477877732f4fc6a0ed6603ead66d063ca5e5ce (patch)
tree880eb964704c6ff66de0581ee8e65afaff4753db /ctdb/utils
parentf1b9d8faf86c1b52206bfff7469740f0f9dcd919 (diff)
downloadsamba-46477877732f4fc6a0ed6603ead66d063ca5e5ce.tar.gz
ctdb-daemon: Separate prototypes for common client/server functions
This groups function prototypes for common client/server functions in common/common.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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/utils/pmda/pmda_ctdb.c b/ctdb/utils/pmda/pmda_ctdb.c
index 13c2d6fea1f..e76b4b2e262 100644
--- a/ctdb/utils/pmda/pmda_ctdb.c
+++ b/ctdb/utils/pmda/pmda_ctdb.c
@@ -32,6 +32,7 @@
#include "ctdb_protocol.h"
#include "common/system.h"
+#include "common/common.h"
#include <pcp/pmapi.h>
#include <pcp/impl.h>