mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #4579: Add trigger for EPILOG_LOCAL event
This commit is contained in:
parent
d042392388
commit
cc81681ba2
@ -111,6 +111,10 @@ void TransferManager::trigger(Actions action, int _vid)
|
||||
aname = "EPILOG_DELETE";
|
||||
break;
|
||||
|
||||
case EPILOG_LOCAL:
|
||||
aname = "EPILOG_LOCAL";
|
||||
break;
|
||||
|
||||
case EPILOG_DELETE_STOP:
|
||||
aname = "EPILOG_DELETE_STOP";
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user