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

Diff of /monit/monitor.c

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

revision 1.122 by martinp, Sat Nov 5 14:09:00 2005 UTC revision 1.123 by martinp, Mon Nov 7 15:19:07 2005 UTC
# Line 490  static void do_default() { Line 490  static void do_default() {
490        if(Run.stopped)        if(Run.stopped)
491          do_exit();          do_exit();
492                
493          if(Run.dowakeup)
494            log("Awakened by User defined signal 1\n");
495          
496      }      }
497            
498    } else {    } else {
# Line 687  static RETSIGTYPE do_destroy(int sig) { Line 690  static RETSIGTYPE do_destroy(int sig) {
690   */   */
691  static RETSIGTYPE do_wakeup(int sig) {  static RETSIGTYPE do_wakeup(int sig) {
692    
693    log("Awakened by User defined signal 1\n");    Run.dowakeup= TRUE;
694    
695  }  }

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123

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