summaryrefslogtreecommitdiffstats
path: root/include/conntrackd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/conntrackd.h')
-rw-r--r--include/conntrackd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conntrackd.h b/include/conntrackd.h
index 418f4b7..bb4b183 100644
--- a/include/conntrackd.h
+++ b/include/conntrackd.h
@@ -95,7 +95,7 @@ struct ct_conf {
struct {
char logfile[FILENAME_MAXLEN];
int syslog_facility;
- unsigned int buffer_size;
+ size_t buffer_size;
} stats;
};