A machine with it's internal data and list of available tools. More...
#include <machine.h>
Data Fields | |
gboolean | _virtual |
Tells if the machine is a virtual one (such as ALL MACHINES). | |
gchar * | display_name |
Display name for the machine. | |
gchar * | folder_name |
Name of the machine's folder. Can be used as an identifier. | |
GList * | monitoring_tools |
A list of gchar* identifying monitoring tools available for this machine. |
A machine with it's internal data and list of available tools.
This structure contains data about a particular machine: folder where it's data is contained, list of monitoring tools available, and OS and hardware information.
Definition at line 42 of file machine.h.
gboolean machine_t::_virtual |
gchar* machine_t::display_name |
gchar* machine_t::folder_name |
GList* machine_t::monitoring_tools |