Skip to content

Commit 26eb6c5

Browse files
committed
Add enable/disable CBT calls to Storage_skeleton
Signed-off-by: Gabor Igloi <[email protected]>
1 parent 72f2c89 commit 26eb6c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/storage_skeleton.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ module VDI = struct
7676
let compose ctx ~dbg ~sr ~vdi1 ~vdi2 = u "VDI.compose"
7777
let add_to_sm_config ctx ~dbg ~sr ~vdi ~key ~value = u "VDI.add_to_sm_config"
7878
let remove_from_sm_config ctx ~dbg ~sr ~vdi ~key = u "VDI.remove_from_sm_config"
79+
let enable_cbt ctx ~dbg ~sr ~vdi = u "VDI.enable_cbt"
80+
let disable_cbt ctx ~dbg ~sr ~vdi = u "VDI.disable_cbt"
7981
end
8082

8183
let get_by_name ctx ~dbg ~name = u "get_by_name"

0 commit comments

Comments
 (0)