summaryrefslogtreecommitdiffstats
path: root/runtime/typedefs.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-11-03 17:16:10 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-03 17:16:10 +0100
commit89667762cff9aca81f93f149bf1e853234074780 (patch)
treea4b37910356619ac00aacc1a0922b29fdea1dbcd /runtime/typedefs.h
parent8c32e9d36f1fc5476f4711905104970db345b3f9 (diff)
parent5a643669221363a49fb36cfb2acc64dc29b53a14 (diff)
downloadrsyslog-89667762cff9aca81f93f149bf1e853234074780.tar.gz
rsyslog-89667762cff9aca81f93f149bf1e853234074780.tar.bz2
rsyslog-89667762cff9aca81f93f149bf1e853234074780.zip
Merge branch 'master-newqueue'
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 1e0cb466..5cc24e4a 100644
--- a/runtime/typedefs.h
+++ b/runtime/typedefs.h
@@ -93,6 +93,7 @@ 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 struct action_s action_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 */