diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-11-12 20:15:56 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-11-12 20:15:56 +0100 |
commit | ad044e229af5e523699a977e7c0393d42695586e (patch) | |
tree | aa86f5878399112dee94213f39fe4283eacd291a /config.h | |
parent | dc4b7df61e2b1f270223dad5161c6d95fc6cfd1e (diff) |
Remove broken threading support.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ int cfg_init(); void cfg_free(); struct ircstats_config_t { - int threads, monolog_min, wordlen_min; + int monolog_min, wordlen_min; const char *log_date_format, *day_date_format; }; |