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

Diff of /monit/monitor.h

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

revision 1.91 by hauk, Tue Sep 2 02:05:49 2003 UTC revision 1.92 by chopp, Sun Sep 14 00:03:54 2003 UTC
# Line 487  typedef struct myservice { Line 487  typedef struct myservice {
487    /** For internal use */    /** For internal use */
488    pthread_mutex_t mutex;          /**< Mutex used for action synchronization */    pthread_mutex_t mutex;          /**< Mutex used for action synchronization */
489    struct myservice *next;                         /**< next service in chain */    struct myservice *next;                         /**< next service in chain */
490      struct myservice *next_conf;      /**< next service according to conf file */
491    struct myservice *next_depend;           /**< next depend service in chain */    struct myservice *next_depend;           /**< next depend service in chain */
492    
493  } *Service_T;  } *Service_T;
# Line 513  typedef struct myprocesstree { Line 514  typedef struct myprocesstree {
514  char   *prog;                                  /**< The Name of this Program */  char   *prog;                                  /**< The Name of this Program */
515  struct myrun Run;                      /**< Struct holding runtime constants */  struct myrun Run;                      /**< Struct holding runtime constants */
516  Service_T servicelist;                /**< The service list (created in p.y) */  Service_T servicelist;                /**< The service list (created in p.y) */
517    Service_T servicelist_conf;   /**< The service list in conf file (c. in p.y) */
518    
519    
520  /* ------------------------------------------------------- Public prototypes */  /* ------------------------------------------------------- Public prototypes */

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

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