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

Diff of /monit/util.c

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

revision 1.40 by hauk, Sun Nov 3 08:14:40 2002 UTC revision 1.41 by martinp, Sun Nov 3 21:50:30 2002 UTC
# Line 321  void handle_string_escapes(char *buf) { Line 321  void handle_string_escapes(char *buf) {
321    
322  /**  /**
323   * @param name A process name as stated in the config file   * @param name A process name as stated in the config file
324   * @return the named process or NULL of not found   * @return the named process or NULL if not found
325   */   */
326  Process_T get_process(char *name) {  Process_T get_process(char *name) {
327        
# Line 581  void printprocess(Process_T p) { Line 581  void printprocess(Process_T p) {
581            
582    }    }
583        
584    printf(" %-20s = %s\n", "Autostart", p->do_validate?"yes":"no");    printf(" %-20s = %s\n", "Monitoring mode", modenames[p->mode]);
585    printf("\n");    printf("\n");
586        
587  }  }

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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