~arges/ubuntu/quantal/rsyslog/fix-lp1059592

« back to all changes in this revision

Viewing changes to action.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-02-23 12:03:06 UTC
  • mfrom: (1.3.3 upstream)
  • mto: (36.1.1 oneiric.merge)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20110223120306-e763gli5nhevikh6
Tags: 5.7.5-1
* New upstream release.
  - Fix regression in imuxsock plugin which did no longer sanitize received
    messages. This makes 02-cleanup-trailing-lf.patch obsolete and also
    fixes the SQL syntax errors in the mysql output if the input contained
    NUL bytes. Closes: #614061
* Enable and install omprog output plugin. Closes: #552095
* Improve package description. Closes: #612948
  Thanks to Justin B Rye for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        SYNC_OBJ_TOOL;          /* required for mutex support */
89
89
        pthread_mutex_t mutActExec; /* mutex to guard actual execution of doAction for single-threaded modules */
90
90
        uchar *pszName;         /* action name (for documentation) */
91
 
        int *pbShutdownImmediate;/* to facilitate shutdown, if var is 1, shut down immediately */
92
91
        DEF_ATOMIC_HELPER_MUT(mutCAS);
93
92
};
94
93