File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ (* Copyright (C) Cloud Software Group, Inc.
2+
3+ This program is free software; you can redistribute it and/or modify
4+ it under the terms of the GNU Lesser General Public License as published
5+ by the Free Software Foundation; version 2.1 only. with the special
6+ exception on linking described in file LICENSE.
7+
8+ This program is distributed in the hope that it will be useful,
9+ but WITHOUT ANY WARRANTY; without even the implied warranty of
10+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+ GNU Lesser General Public License for more details.
12+ *)
13+
114let ( // ) = Filename. concat
215
316let runtime_data = " /var/lib" // " xapi-guard"
Original file line number Diff line number Diff line change 1+ (* Copyright (C) Cloud Software Group, Inc.
2+
3+ This program is free software; you can redistribute it and/or modify
4+ it under the terms of the GNU Lesser General Public License as published
5+ by the Free Software Foundation; version 2.1 only. with the special
6+ exception on linking described in file LICENSE.
7+
8+ This program is distributed in the hope that it will be useful,
9+ but WITHOUT ANY WARRANTY; without even the implied warranty of
10+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+ GNU Lesser General Public License for more details.
12+ *)
13+
114type t = Uuidm .t * Mtime .t * Types.Tpm .key
215
316val setup :
You can’t perform that action at this time.
0 commit comments