Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-06-06 08:56:31 +03:00
26 changed files with 140 additions and 57 deletions

View File

@ -266,6 +266,7 @@ struct mxs_monitor
uint8_t journal_hash[SHA_DIGEST_LENGTH]; /**< SHA1 hash of the latest written journal */
MxsDiskSpaceThreshold* disk_space_threshold; /**< Disk space thresholds */
int64_t disk_space_check_interval; /**< How often should a disk space check be made at most. */
uint64_t ticks; /**< Number of performed monitoring intervals */
struct mxs_monitor *next; /**< Next monitor in the linked list */
};