Skip to content

Commit

Permalink
Merge pull request #94 from johnelse/ca-180015
Browse files Browse the repository at this point in the history
CA-180015: Add a Copying state for mirrors
  • Loading branch information
johnelse committed Sep 3, 2015
2 parents 40b22d5 + ba94445 commit da72e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/storage_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ module Mirror = struct
type state =
| Receiving
| Sending
| Copying

type t = {
source_vdi : vdi;
Expand Down

0 comments on commit da72e92

Please sign in to comment.