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

Diff of /monit/monitor.h

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

revision 1.87 by hauk, Sun Aug 17 02:21:22 2003 UTC revision 1.88 by martinp, Wed Aug 27 01:42:40 2003 UTC
# Line 94  Line 94 
94  #define ACTION_RESTART     2  #define ACTION_RESTART     2
95  #define ACTION_STOP        3  #define ACTION_STOP        3
96  #define ACTION_EXEC        4  #define ACTION_EXEC        4
97    #define ACTION_UNMONITOR   5
98    
99  #define TYPE_DEVICE        0  #define TYPE_DEVICE        0
100  #define TYPE_DIRECTORY     1  #define TYPE_DIRECTORY     1
# Line 266  typedef struct myport { Line 267  typedef struct myport {
267      int version;                  /**< The SSL version to use for connection */      int version;                  /**< The SSL version to use for connection */
268      char *certmd5;     /**< The expected md5 sum of the server's certificate */      char *certmd5;     /**< The expected md5 sum of the server's certificate */
269    } SSL;    } SSL;
270    
271    /**< Object used for testing a port's service */    /**< Object used for testing a port's service */
272    struct myprotocol {    struct myprotocol {
273      const char *name;                                     /**< Protocol name */      const char *name;                                     /**< Protocol name */
# Line 283  typedef struct myprotocol *Protocol_T; Line 285  typedef struct myprotocol *Protocol_T;
285    
286  typedef struct mydependant {  typedef struct mydependant {
287    char *dependant;                           /**< name of dependant service  */    char *dependant;                           /**< name of dependant service  */
288    
289    /** For internal use */    /** For internal use */
290    struct mydependant *next;           /**< next dependant service in chain   */    struct mydependant *next;           /**< next dependant service in chain   */
291  } *Dependant_T;  } *Dependant_T;

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

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