Added storageComplete method to Location, to notify Location that the
storage of rollback data is complete
This commit is contained in:
parent
26bb0ac925
commit
d64bf81275
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ module ConfigArchiver {
|
|||
in boolean parentChain)
|
||||
raises (RollbackDataNotFound);
|
||||
|
||||
void storageComplete (in string filename);
|
||||
|
||||
void rollbackBackends (in Time time,
|
||||
in long steps,
|
||||
in StringSeq backendId,
|
||||
|
|
Loading…
Add table
Reference in a new issue