module Disk_change:sig
..end
typereason =
[ `MissingOnStart | `Unknown of int ]
type
t = {
|
old_src_path : |
(* |
old source path
| *) |
|
new_src_path : |
(* |
new source path
| *) |
|
dev_alias : |
(* |
device alias name
| *) |
|
reason : |
(* |
reason why this callback was called
| *) |
val to_string : t -> string