struct tapi_env_host
Overview
Host entry in environment More…
#include <tapi_env.h> struct tapi_env_host { // fields tapi_env_processes processes; char* name; char* ta; char* libname; // methods SLIST_ENTRY(tapi_env_host); };
Detailed Documentation
Host entry in environment
Fields
char* name
List of processes on a host Name of the host
char* ta
Name of TA located on the host
char* libname
Name of dynamic library to be used on the host as IUT
Methods
SLIST_ENTRY(tapi_env_host)
Links