diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-09 18:54:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-09 18:54:25 +0200 |
commit | 4269e4578118f089021bc15cdd82bb0182a97aaf (patch) | |
tree | 0b06ba329dcb9ace0c11b4f6764d9ce5dcd44de3 /runtime/typedefs.h | |
parent | bf092de0fb3a043dea59900ec9a7b34f7384ca46 (diff) | |
download | rsyslog-4269e4578118f089021bc15cdd82bb0182a97aaf.tar.gz rsyslog-4269e4578118f089021bc15cdd82bb0182a97aaf.tar.bz2 rsyslog-4269e4578118f089021bc15cdd82bb0182a97aaf.zip |
new ratelimit: interface plumbing added
no actual implementation yet done
Diffstat (limited to 'runtime/typedefs.h')
-rw-r--r-- | runtime/typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/typedefs.h b/runtime/typedefs.h index ccae08b2..1e0cb466 100644 --- a/runtime/typedefs.h +++ b/runtime/typedefs.h @@ -92,6 +92,7 @@ typedef struct cfgmodules_etry_s cfgmodules_etry_t; typedef struct outchannels_s outchannels_t; typedef struct modConfData_s modConfData_t; typedef struct instanceConf_s instanceConf_t; +typedef struct ratelimit_s ratelimit_t; typedef int rs_size_t; /* we do never need more than 2Gig strings, signed permits to * use -1 as a special flag. */ typedef rsRetVal (*prsf_t)(struct vmstk_s*, int); /* pointer to a RainerScript function */ |