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 ServiceMatcher that matches a Service by its name. More...
#include <service_matcher.h>
Data Fields | |
ServiceMatcher | nsm_base_matcher |
The base matcher. More... | |
const char * | nsm_service_name_s |
The name of the Service to match. More... | |
const char * | nsm_service_alias_s |
The alias of the Service to match. More... | |
Data Fields inherited from ServiceMatcher | |
RunServiceMatcherCallback | sm_match_fn |
Callback function to run against a given Service to see if is a match. More... | |
DestroyServiceMatcherCallback | sm_destroy_fn |
Callback to call when destroying a custom ServiceMatcher. More... | |
A ServiceMatcher that matches a Service by its name.
ServiceMatcher nsm_base_matcher |
The base matcher.
const char* nsm_service_name_s |
The name of the Service to match.
const char* nsm_service_alias_s |
The alias of the Service to match.