Francesco Romani has posted comments on this change.
Change subject: GuestIF Refactoring ......................................................................
Patch Set 3:
(1 comment)
http://gerrit.ovirt.org/#/c/24618/3/vdsm/guestIF.py File vdsm/guestIF.py:
Line 76: def session_logoff(self, args): Line 77: self.agent.guestInfo['session'] = 'LoggedOff' Line 78: Line 79: def session_logon(self, args): Line 80: self.agent.guestInfo['session'] = 'UserLoggedOn'
The only thing I could imagine is something like:
I agree. Line 81: Line 82: def session_unlock(self, args): Line 83: self.agent.guestInfo['session'] = 'Active' Line 84: