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

Diff of /monit/monitor.h

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

revision 1.97 by martinp, Wed Sep 17 18:00:52 2003 UTC revision 1.98 by martinp, Wed Sep 17 18:40:21 2003 UTC
# Line 47  Line 47 
47  #include <stdlib.h>  #include <stdlib.h>
48  #endif  #endif
49    
 #ifdef FD_SETFD  
 # ifndef FD_CLOEXEC  
 #  define FD_CLOEXEC 1  
 # endif  
 #endif  
   
50  #include "ssl.h"  #include "ssl.h"
51  #include "socket.h"  #include "socket.h"
52    
# Line 234  struct myrun { Line 228  struct myrun {
228    } MailFormat;    } MailFormat;
229                                                                                        
230    pthread_mutex_t mutex;    /**< Mutex used for service data synchronization */    pthread_mutex_t mutex;    /**< Mutex used for service data synchronization */
   pthread_mutex_t mutex_fd;         /**< Mutex used for exec synchronization */  
231    
232  };  };
233    

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

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