Skip to content

Commit 1d97131

Browse files
authored
Merge pull request #123 from euanh/master
Use packed stdext
2 parents a88c9b9 + a9251d6 commit 1d97131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/xcp_service.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU Lesser General Public License for more details.
1313
*)
14-
14+
open Stdext
1515
module StringSet = Set.Make(String)
1616

1717
(* Server configuration. We have built-in (hopefully) sensible defaults,

storage/storage_interface.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let default_vdi_info = {
8181
ty = "user";
8282
metadata_of_pool = "";
8383
is_a_snapshot = false;
84-
snapshot_time = Date.to_string Date.never;
84+
snapshot_time = Stdext.Date.to_string Stdext.Date.never;
8585
snapshot_of = "";
8686
read_only = false;
8787
virtual_size = 0L;

0 commit comments

Comments
 (0)