summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/util/debug.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-01-16 22:03:01 +1100
committerAndrew Tridgell <tridge@samba.org>2008-01-16 22:03:01 +1100
commitb62b7fcde84c503e78e65bd4ecf3abc4781af2ec (patch)
treedc9943459a8de7a8951099ffd1eb27b666ffd8a4 /ctdb/lib/util/debug.h
parent9f5ce343aaf817568cfe1a3b53bc6fae1e794b0d (diff)
added syslog support, and use a pipe to catch logging from child processes to the ctdbd logging functions
(This used to be ctdb commit 1306b04cd01e996fd1aa1159a9521f2ff7b06165)
Diffstat (limited to 'ctdb/lib/util/debug.h')
-rw-r--r--ctdb/lib/util/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/lib/util/debug.h b/ctdb/lib/util/debug.h
index ce454bc668..ae21e71909 100644
--- a/ctdb/lib/util/debug.h
+++ b/ctdb/lib/util/debug.h
@@ -17,5 +17,5 @@
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-void do_debug_v(const char *format, va_list ap);
+void (*do_debug_v)(const char *, va_list ap);
void do_debug(const char *format, ...) PRINTF_ATTRIBUTE(1, 2);