summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-11-03 11:40:13 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-03 11:40:13 +0100
commitfeddb2cc8fa213725a14e556d0366aef8d3a4339 (patch)
treebefc6075cf0e147c4565cd021701142b25bbbd99 /action.h
parent40fffde2b6a36ba12388b89d422104c258a667f7 (diff)
downloadrsyslog-feddb2cc8fa213725a14e556d0366aef8d3a4339.tar.gz
rsyslog-feddb2cc8fa213725a14e556d0366aef8d3a4339.tar.bz2
rsyslog-feddb2cc8fa213725a14e556d0366aef8d3a4339.zip
queue: change gerenic queue pUsr ptr to be action_t
this was always action_t, but the initial design was more generic. We are making it specific now in order to gain better performance (after all, we did not need the generic engine in the past 8 years...)
Diffstat (limited to 'action.h')
-rw-r--r--action.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/action.h b/action.h
index fd84e2f1..6f50156d 100644
--- a/action.h
+++ b/action.h
@@ -46,7 +46,6 @@ typedef enum {
/* the following struct defines the action object data structure
*/
-typedef struct action_s action_t;
struct action_s {
time_t f_time; /* used for "max. n messages in m seconds" processing */
time_t tActNow; /* the current time for an action execution. Initially set to -1 and