diff options
author | Martin Schwenke <martin@meltin.net> | 2014-08-08 20:54:54 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2014-10-28 05:42:04 +0100 |
commit | 739324eead1d8ece13151504c0a54ab5c82e51db (patch) | |
tree | b68d1af421386560392de8cf6ad0b108ca0cd8a8 /ctdb/wscript | |
parent | a22c8ca05618a63d6923fcf7dc567d1cd6119009 (diff) | |
download | samba-739324eead1d8ece13151504c0a54ab5c82e51db.tar.gz |
ctdb-logging: Separate out syslog and file logging backends
This makes the code cleaner and allows the syslog backend to be easily
modified without affecting other code. Also do some extra clean-up,
including whitespace fixups.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/wscript')
-rwxr-xr-x | ctdb/wscript | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript index 788aa5e9fa4..f346f97e575 100755 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -335,7 +335,10 @@ def build(bld): ctdb_traverse.c eventscript.c ctdb_takeover.c ctdb_serverids.c ctdb_persistent.c ctdb_keepalive.c - ctdb_logging.c ctdb_uptime.c + ctdb_logging.c + ctdb_logging_syslog.c + ctdb_logging_file.c + ctdb_uptime.c ctdb_vacuum.c ctdb_banning.c ctdb_statistics.c ctdb_update_record.c |