Revision 83f08054 include/VirtualMachine.h
include/VirtualMachine.h | ||
---|---|---|
806 | 806 |
}; |
807 | 807 |
|
808 | 808 |
/** |
809 |
* Sets end time of VM prolog state in the previous host. |
|
810 |
* @param _etime time when the running state finished |
|
811 |
*/ |
|
812 |
void set_previous_prolog_etime(time_t _etime) |
|
813 |
{ |
|
814 |
previous_history->prolog_etime=_etime; |
|
815 |
}; |
|
816 |
|
|
817 |
/** |
|
818 | 809 |
* Sets start time of VM epilog. |
819 | 810 |
* @param _stime time when the epilog started |
820 | 811 |
*/ |
Also available in: Unified diff