Skip to content

Commit

Permalink
Revert patch 91e03ab
Browse files Browse the repository at this point in the history
It broke the build.

Signed-off-by: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
  • Loading branch information
Jon Ludlam committed Mar 28, 2013
1 parent b4974cd commit 130b922
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ocaml/xapi/xapi_fist.ml
Original file line number Diff line number Diff line change
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 130b922

Please sign in to comment.