globus_rls_string2_t(3)
NAME
globus_rls_string2_t
String pair result.
SYNOPSIS
Data Fields
char * s1
char * s2
Detailed Description
String pair result.
Many of the query functions use this to return pairs of strings (eg
LFN,PFN or LFN,LRC).
Field Documentation
- char* globus_rls_string2_t::s1
- First string in pair (eg LFN).
- char* globus_rls_string2_t::s2
- Second string in pair (eg PFN or LRC).
Author
- Generated automatically by Doxygen for globus rls client from the
source code.