summaryrefslogtreecommitdiffstats
path: root/runtime/typedefs.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-19 11:26:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-19 11:26:37 +0200
commitd348558a51402d08310d95cfd6e8a2d6b9fce1b2 (patch)
tree265b52c8b09bf4ad5335a7e243f3d0121d7204d8 /runtime/typedefs.h
parentf72bde2f701b1a1ff42273e8f9b07de47b480ce9 (diff)
downloadrsyslog-d348558a51402d08310d95cfd6e8a2d6b9fce1b2.tar.gz
rsyslog-d348558a51402d08310d95cfd6e8a2d6b9fce1b2.tar.xz
rsyslog-d348558a51402d08310d95cfd6e8a2d6b9fce1b2.zip
milestone: conf obj interface now utilzes rsconf_t
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 f38bcdd4..d79612bc 100644
--- a/runtime/typedefs.h
+++ b/runtime/typedefs.h
@@ -81,6 +81,7 @@ typedef struct strgenList_s strgenList_t;
typedef struct statsobj_s statsobj_t;
typedef struct nsd_epworkset_s nsd_epworkset_t;
typedef struct templates_s templates_t;
+typedef struct actions_s actions_t;
typedef struct rsconf_s rsconf_t;
typedef rsRetVal (*prsf_t)(struct vmstk_s*, int); /* pointer to a RainerScript function */
typedef uint64 qDeqID; /* queue Dequeue order ID. 32 bits is considered dangerously few */