diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-03 11:40:13 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-03 11:40:13 +0100 |
commit | feddb2cc8fa213725a14e556d0366aef8d3a4339 (patch) | |
tree | befc6075cf0e147c4565cd021701142b25bbbd99 /action.h | |
parent | 40fffde2b6a36ba12388b89d422104c258a667f7 (diff) | |
download | rsyslog-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |