diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-03-30 19:56:15 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-03-30 19:56:15 +0400 |
commit | a43a37453f497a919fb4a5358615d89f18706935 (patch) | |
tree | eae584d8370a2df84b2079cb9dfc13bdb6ab2952 /src/cfg_file.h | |
parent | 7dbdebbca0dace0f7c1f1a82f38a99ca489b0180 (diff) | |
download | rspamd-a43a37453f497a919fb4a5358615d89f18706935.tar.gz rspamd-a43a37453f497a919fb4a5358615d89f18706935.zip |
* Add more syntax
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index 18291077d..b4f5a0e1f 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -200,7 +200,7 @@ struct worker_conf { struct in_addr bind_addr; /**< bind address in case of TCP socket */ uint16_t bind_port; /**< bind port in case of TCP socket */ uint16_t bind_family; /**< bind type (AF_UNIX or AF_INET) */ - int count; /**< number of workers */ + uint16_t count; /**< number of workers */ int listen_sock; /**< listening socket desctiptor */ uint32_t rlimit_nofile; /**< max files limit */ uint32_t rlimit_maxcore; /**< maximum core file size */ |