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

Diff of /monit/files.c

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

revision 1.18 by martinp, Fri Nov 29 13:38:51 2002 UTC revision 1.19 by martinp, Sun Dec 1 17:24:47 2002 UTC
# Line 86  void init_files() { Line 86  void init_files() {
86    
87      Run.pidfile= xstrdup(pidfile);      Run.pidfile= xstrdup(pidfile);
88    
89     }    }
90        
91    Run.timestamp= get_timestamp(Run.controlfile, S_IFREG);    Run.timestamp= get_timestamp(Run.controlfile, S_IFREG);
92        
# Line 102  void finalize_files() { Line 102  void finalize_files() {
102    
103  }  }
104    
   
 /**  
  * Reinitialize the programs file variables  
  */  
 void re_init_files() {  
   
   Run.timestamp= get_timestamp(Run.controlfile, S_IFREG);  
   
 }  
   
105    
106  /**  /**
107   * Get a object's last modified timestamp.   * Get a object's last modified timestamp.

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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