summaryrefslogtreecommitdiffstats
path: root/runtime/typedefs.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-30 14:59:01 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-30 14:59:01 +0100
commite711dc6e6bab36334ba980c1368852c1facf3f7b (patch)
treedb73d51dc337b9bd91c2d29bf92d277dff80c957 /runtime/typedefs.h
parent7faeff73ddba0cfcf5accca2bbc2b1e2330d8621 (diff)
parent9f74e3521fdfe0d2c68038b07ff64508a3d7d145 (diff)
downloadrsyslog-e711dc6e6bab36334ba980c1368852c1facf3f7b.tar.gz
rsyslog-e711dc6e6bab36334ba980c1368852c1facf3f7b.tar.bz2
rsyslog-e711dc6e6bab36334ba980c1368852c1facf3f7b.zip
Merge branch 'master-ratelimit'
Diffstat (limited to 'runtime/typedefs.h')
-rw-r--r--runtime/typedefs.h1
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 */