summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_logging.c
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/server/ctdb_logging.c
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/server/ctdb_logging.c')
-rw-r--r--ctdb/server/ctdb_logging.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/server/ctdb_logging.c b/ctdb/server/ctdb_logging.c
index d4545a9d4c6..ba2cf836ffa 100644
--- a/ctdb/server/ctdb_logging.c
+++ b/ctdb/server/ctdb_logging.c
@@ -34,6 +34,7 @@
#include "ctdb_logging.h"
#include "common/system.h"
+#include "common/common.h"
struct ctdb_log_backend {
struct ctdb_log_backend *prev, *next;