diff options
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 1431c684..57c37417 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -153,7 +153,7 @@ typedef int socklen_t; typedef struct epoll_event epoll_event_t; -typedef char bool; /* I intentionally use char, to keep it slim so that many fit into the CPU cache! */ +typedef char sbool; /* (small bool) I intentionally use char, to keep it slim so that many fit into the CPU cache! */ /* settings for flow control * TODO: is there a better place for them? -- rgerhards, 2008-03-14 |