FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
#include <agent.h>
Public Attributes | |
char | name [256] |
the name associated with this agent i.e. nomos, copyright... | |
char | raw_cmd [MAX_CMD+1] |
the raw command that will start the agent, used for ssh | |
int | max_run |
the maximum number that can run at once -1 if no limit | |
int | special |
any special condition associated with the agent | |
char * | version_source |
the machine that reported the version information | |
char * | version |
the version of the agent that is running on all hosts | |
int | valid |
flag indicating if the meta_agent is valid | |
int | run_count |
the count of agents in running state | |
Internal declaration of private members for the meta_agent type. Meta agents are used to store the information necessary to create a new agent of the same type as the meta_agent.