summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-01 16:26:39 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-01 16:26:39 +0200
commit8ccba8ebfaca85017eb125c45b0f16ae358358a7 (patch)
treec359b684bbc2ef0f0e60c190628fe4ab39599055 /src/types.h
parent8e589f3a3ad74dd4409632222c589aea7c0939a5 (diff)
downloadfastd-8ccba8ebfaca85017eb125c45b0f16ae358358a7.tar
fastd-8ccba8ebfaca85017eb125c45b0f16ae358358a7.zip
Remove support for log files
syslog/journald do a much better job at organizing logs, with the additional advantage of proper log rotation. If someone really wants to have a log file for fastd, they can just redirect stderr.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/types.h b/src/types.h
index 4510be2..c7825ef 100644
--- a/src/types.h
+++ b/src/types.h
@@ -106,9 +106,6 @@ typedef struct fastd_remote fastd_remote_t;
typedef struct fastd_stats fastd_stats_t;
typedef struct fastd_handshake_timeout fastd_handshake_timeout_t;
-typedef struct fastd_log_file fastd_log_file_t;
-typedef struct fastd_log_fd fastd_log_fd_t;
-
typedef struct fastd_config fastd_config_t;
typedef struct fastd_context fastd_context_t;