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

Diff of /monit/monitor.h

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

revision 1.96 by martinp, Mon Sep 15 19:49:57 2003 UTC revision 1.97 by martinp, Wed Sep 17 18:00:52 2003 UTC
# Line 47  Line 47 
47  #include <stdlib.h>  #include <stdlib.h>
48  #endif  #endif
49    
50    #ifdef FD_SETFD
51    # ifndef FD_CLOEXEC
52    #  define FD_CLOEXEC 1
53    # endif
54    #endif
55    
56  #include "ssl.h"  #include "ssl.h"
57  #include "socket.h"  #include "socket.h"
58    
# Line 228  struct myrun { Line 234  struct myrun {
234    } MailFormat;    } MailFormat;
235                                                                                        
236    pthread_mutex_t mutex;    /**< Mutex used for service data synchronization */    pthread_mutex_t mutex;    /**< Mutex used for service data synchronization */
237      pthread_mutex_t mutex_fd;         /**< Mutex used for exec synchronization */
238    
239  };  };
240    

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

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