1
0
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:
Ruben S. Montero 2016-06-17 15:54:14 +02:00
parent d042392388
commit cc81681ba2

View File

@ -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;