Skip to content

Commit 7c35c5d

Browse files
Merge pull request xapi-project#49 from simonjbeaumont/cp-10770
Forward port read caching API
2 parents 0e8550f + 0844fdf commit 7c35c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/storage_interface.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ type debug_info = string
4141
connect a VBD backend to a VBD frontend *)
4242
type attach_info = {
4343
params : string;
44+
o_direct: bool;
45+
o_direct_reason : string;
4446
xenstore_data : (string * string) list;
4547
}
4648

0 commit comments

Comments
 (0)