[NeoStats-Devel] [Commits] r2803 - trunk/include
[email protected] Mon, 12 Sep 2005 23:08:00 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Fish Date: Mon Sep 12 21:07:54 2005 New Revision: 2803 Modified: trunk/include/neostats.h Log: Fix a crazy crash on perl events Modified: trunk/include/neostats.h ============================================================================== --- trunk/include/neostats.h (original) +++ trunk/include/neostats.h Mon Sep 12 21:07:54 2005 @@ -841,6 +841,7 @@ #define EVENT_FLAG_USE_EXCLUDE 0x00000004 /* Event observes global exclusions */ #define EVENT_FLAG_EXCLUDE_ME 0x00000008 /* Event excludes neostats bots and servers */ #define EVENT_FLAG_EXCLUDE_MODME 0x00000010 /* Event excludes module bots */ +#define EVENT_FLAG_PERLCALL 0x00000020 /* Event is for a perl Module/Extension */ #ifdef USE_PERL /** @brief Forward declaration of perl events