mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
feature #407: Removed uid from VirtualMachine class
This commit is contained in:
parent
9288a79aa3
commit
ea84e9dae6
@ -668,15 +668,6 @@ public:
|
||||
lcm_state = s;
|
||||
};
|
||||
|
||||
/**
|
||||
* Gets the user id of the owner of this VM
|
||||
* @return the VM uid
|
||||
*/
|
||||
int get_uid() const
|
||||
{
|
||||
return uid;
|
||||
};
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
// Timers
|
||||
// ------------------------------------------------------------------------
|
||||
@ -767,12 +758,6 @@ private:
|
||||
// -------------------------------------------------------------------------
|
||||
// Identification variables
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* User (owner) id
|
||||
*/
|
||||
int uid;
|
||||
|
||||
/**
|
||||
* Owner's name
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user