/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.90 by hauk, Fri Jul 25 00:16:20 2003 UTC revision 1.91 by hauk, Fri Jul 25 00:51:53 2003 UTC
# Line 146  Line 146 
146      SSL_VERSION_AUTO, NULL, NULL, NULL, NULL};      SSL_VERSION_AUTO, NULL, NULL, NULL, NULL};
147    static struct ResourceSet resourceset= {0, 0, OPERATOR_EQUAL, 1,    static struct ResourceSet resourceset= {0, 0, OPERATOR_EQUAL, 1,
148      ACTION_ALERT};      ACTION_ALERT};
149    static struct TimestampSet timestampset= {NULL, OPERATOR_EQUAL, 0,    static struct TimestampSet timestampset= {NULL, OPERATOR_EQUAL, 0, 0,
150      ACTION_ALERT};      ACTION_ALERT};
151    static struct DeviceSet deviceset= {0, OPERATOR_EQUAL, -1, -1, ACTION_ALERT};    static struct DeviceSet deviceset= {0, OPERATOR_EQUAL, -1, -1, ACTION_ALERT};
152    
# Line 751  timestamp       : TIMESTAMP PATH operato Line 751  timestamp       : TIMESTAMP PATH operato
751                      timestampset.operator= $<number>3;                      timestampset.operator= $<number>3;
752                      timestampset.time= ($4 * $<number>5);                      timestampset.time= ($4 * $<number>5);
753                      timestampset.action= $<number>6;                      timestampset.action= $<number>6;
754                        timestampset.test_changes= FALSE;
755                    }                    }
756                  | TIMESTAMP PATH CHANGED action {                  | TIMESTAMP PATH CHANGED action {
757                      timestampset.pathname= $2;                      timestampset.pathname= $2;

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26