/[monit]/monit/monitor.c
ViewVC logotype

Diff of /monit/monitor.c

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

revision 1.44 by martinp, Thu Feb 13 15:32:02 2003 UTC revision 1.45 by hauk, Thu Feb 13 15:47:31 2003 UTC
# Line 161  static void do_init() { Line 161  static void do_init() {
161    }    }
162        
163    /*    /*
164     * Initialize process information gathering interface     * Initialize the process information gathering interface
165     */     */
166    Run.doprocess= init_process_info();    Run.doprocess= init_process_info();
167    
# Line 176  static void do_init() { Line 176  static void do_init() {
176    }    }
177    
178    /*    /*
179     * Exits if we are just validating the Control file syntax. The     * Stop and report success if we are just validating the Control
180     * previous parse statement exits the program if a syntax error is     * file syntax. The previous parse statement exits the program with
181     * present in the control file.     * an error message if a syntax error is present in the control
182       * file.
183     */     */
184    if(Run.testing) {    if(Run.testing) {
185    

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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