Skip to content

Commit

Permalink
Add enable/disable CBT calls to Storage_skeleton
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Igloi <gabor.igloi@citrix.com>
  • Loading branch information
gaborigloi committed Jun 19, 2017
1 parent 72f2c89 commit 26eb6c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage/storage_skeleton.ml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ module VDI = struct
let compose ctx ~dbg ~sr ~vdi1 ~vdi2 = u "VDI.compose"
let add_to_sm_config ctx ~dbg ~sr ~vdi ~key ~value = u "VDI.add_to_sm_config"
let remove_from_sm_config ctx ~dbg ~sr ~vdi ~key = u "VDI.remove_from_sm_config"
let enable_cbt ctx ~dbg ~sr ~vdi = u "VDI.enable_cbt"
let disable_cbt ctx ~dbg ~sr ~vdi = u "VDI.disable_cbt"
end

let get_by_name ctx ~dbg ~name = u "get_by_name"
Expand Down

0 comments on commit 26eb6c5

Please sign in to comment.