~akhil011/ubuntu/wily/monit/crypto_fix

« back to all changes in this revision

Viewing changes to src/monit.h

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2013-09-05 17:03:07 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20130905170307-ae94md1vagm60e41
Tags: 1:5.6-1
ImportedĀ UpstreamĀ versionĀ 5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
617
617
        int  operator;                                    /**< Comparison operator */
618
618
        unsigned long long size;                               /**< Size watermark */
619
619
        int  test_changes;            /**< TRUE if we only should test for changes */
620
 
        int  test_changes_ok;   /**< TRUE if size was initialized for changes test */
 
620
        int  initialized;                        /**< TRUE if size was initialized */
621
621
        EventAction_T action;  /**< Description of the action upon event occurence */
622
622
 
623
623
        /** For internal use */
642
642
        int   type;                       /**< The type of hash (e.g. md5 or sha1) */
643
643
        int   length;                                      /**< Length of the hash */
644
644
        int   test_changes;           /**< TRUE if we only should test for changes */
645
 
        int   test_changes_ok; /**< TRUE if cksum was initialized for changes test */
 
645
        int   initialized;                   /**< TRUE if checksum was initialized */
646
646
        EventAction_T action;  /**< Description of the action upon event occurence */
647
647
} *Checksum_T;
648
648