Skip to content

Commit

Permalink
Merge pull request xapi-project#1123 from jonludlam/fix-build
Browse files Browse the repository at this point in the history
Revert patch 91e03ab
  • Loading branch information
Jon Ludlam committed Mar 28, 2013
2 parents 9dcfc48 + 130b922 commit 79ad15c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ocaml/xapi/xapi_fist.ml
Expand Up @@ -85,6 +85,20 @@ let reduce_blob_sync_interval = fistpoint "reduce_blob_sync_interval"
let reduce_rrd_backup_interval = fistpoint "reduce_rrd_backup_interval"
let reduce_rra_times = fistpoint "reduce_rra_times"

(** {2 Licensing fist points} *)

(** Reduce the v6-licensing grace period from 30 days to 15 minutes *)
let reduce_grace_period () = fistpoint "reduce_grace_period"

(** Reduce the v6-licensing upgrade grace period from 4 days to 15 minutes *)
let reduce_upgrade_grace_period () = fistpoint "reduce_upgrade_grace_period"

(** Set the expiry date of a v6-license to the one in the file *)
let set_expiry_date () = fistpoint_read "set_expiry_date"

(** Reduce the retry period after obtaining a grace license from 1h to 5min *)
let reduce_grace_retry_period () = fistpoint "reduce_grace_retry_period"

(** Forces synchronous lifecycle path to defer to the event thread *)
let disable_sync_lifecycle_path () = fistpoint "disable_sync_lifecycle_path"

Expand Down

0 comments on commit 79ad15c

Please sign in to comment.