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 0e8550f + 0844fdf commit 7c35c5dCopy full SHA for 7c35c5d
storage/storage_interface.ml
@@ -41,6 +41,8 @@ type debug_info = string
41
connect a VBD backend to a VBD frontend *)
42
type attach_info = {
43
params : string;
44
+ o_direct: bool;
45
+ o_direct_reason : string;
46
xenstore_data : (string * string) list;
47
}
48
0 commit comments