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

Diff of /monit/monitor.h

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

revision 1.12 by hauk, Thu Sep 12 17:05:25 2002 UTC revision 1.13 by chopp, Wed Sep 25 14:54:48 2002 UTC
# Line 35  Line 35 
35  #include <pthread.h>  #include <pthread.h>
36  #include <stdarg.h>  #include <stdarg.h>
37    
38    #include "ssl.h"
39    
40  #define VERSION            PACKAGE_VERSION  #define VERSION            PACKAGE_VERSION
41  #define MONITRC            "monitrc"  #define MONITRC            "monitrc"
# Line 139  typedef struct myport { Line 140  typedef struct myport {
140    char *pathname;                   /**< Pathname, in case of an UNIX socket */    char *pathname;                   /**< Pathname, in case of an UNIX socket */
141    char *address;               /**< Human readable destination of the socket */    char *address;               /**< Human readable destination of the socket */
142    
143      ssl_connection * ssl;
144    /**< Object used for testing a port's service */    /**< Object used for testing a port's service */
145    struct myprotocol {    struct myprotocol {
146      const char *name;                                     /**< Protocol name */      const char *name;                                     /**< Protocol name */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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