#include <ServiceDiscovery.h>
Data Fields | |
| void *const | _owner |
| char * | name |
| char * | type |
| char * | endpoint |
| char * | version |
The SDService structure holds the basic details about a GLite service. More details can be obtained from a SDServiceDetails structure (see below).
| void* const _owner |
The plugin that allocated the structure. The application should not touch it.
| char* name |
Unique service name.
| char* type |
The type of service.
| char* endpoint |
The endpoint used to contact the service.
| char* version |
The service version.
1.6.1