FOSSology  4.4.0
Open Source License Compliance by Open Source Software
meta_agent_t Struct Reference

#include <agent.h>

Collaboration diagram for meta_agent_t:
Collaboration graph

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
 

Detailed Description

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.

Definition at line 81 of file agent.h.


The documentation for this struct was generated from the following file: