Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
A union datatype that abstracts the different types of plugins that are avaialble. More...
#include <plugin.h>
Data Fields | |
struct ServicesArray * | pv_services_p |
If pl_type is PN_SERVICE then this will point to a ServicesArray of Services available. More... | |
struct Client * | pv_client_p |
If pl_type is PN_CLIENT then this will point to a valid Client. More... | |
struct Handler * | pv_handler_p |
If pl_type is PN_HANDLER then this will point to a valid Handler. More... | |
struct JobsManager * | pv_jobs_manager_p |
If pl_type is PN_JOBS_MANAGER then this will point to a valid JobsManager. More... | |
struct ServersManager * | pv_servers_manager_p |
If pl_type is PN_SERVERS_MANAGER then this will point to a valid JobsManager. More... | |
A union datatype that abstracts the different types of plugins that are avaialble.
struct ServicesArray* pv_services_p |
If pl_type is PN_SERVICE then this will point to a ServicesArray of Services available.
struct Client* pv_client_p |
If pl_type is PN_CLIENT then this will point to a valid Client.
struct JobsManager* pv_jobs_manager_p |
If pl_type is PN_JOBS_MANAGER then this will point to a valid JobsManager.
struct ServersManager* pv_servers_manager_p |
If pl_type is PN_SERVERS_MANAGER then this will point to a valid JobsManager.