struct tapi_env_process
Overview
Process entry on a host More…
#include <tapi_env.h> struct tapi_env_process { // fields char* name; tapi_env_pcos pcos; tapi_env_ps_ifs ifs; tapi_env_net* net; // methods SLIST_ENTRY(tapi_env_process); };
Detailed Documentation
Process entry on a host
Fields
char* name
Name of the process or NULL
tapi_env_pcos pcos
Tail queue of PCOs in process
tapi_env_ps_ifs ifs
List of process interfaces
tapi_env_net* net
Network handle
Methods
SLIST_ENTRY(tapi_env_process)
Links