We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a88c9b9 + a9251d6 commit 1d97131Copy full SHA for 1d97131
lib/xcp_service.ml
@@ -11,7 +11,7 @@
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU Lesser General Public License for more details.
13
*)
14
-
+open Stdext
15
module StringSet = Set.Make(String)
16
17
(* Server configuration. We have built-in (hopefully) sensible defaults,
storage/storage_interface.ml
@@ -81,7 +81,7 @@ let default_vdi_info = {
81
ty = "user";
82
metadata_of_pool = "";
83
is_a_snapshot = false;
84
- snapshot_time = Date.to_string Date.never;
+ snapshot_time = Stdext.Date.to_string Stdext.Date.never;
85
snapshot_of = "";
86
read_only = false;
87
virtual_size = 0L;
0 commit comments