.TH "globus_rls_attribute_t" 3 "Wed Jan 25 2012" "Version 5.2" "globus rls client" \" -*- nroff -*- .ad l .nh .SH NAME globus_rls_attribute_t \- .SH SYNOPSIS .br .PP .SS "Data Fields" .in +1c .ti -1c .RI "char * \fBname\fP" .br .ti -1c .RI "\fBglobus_rls_obj_type_t\fP \fBobjtype\fP" .br .ti -1c .RI "\fBglobus_rls_attr_type_t\fP \fBtype\fP" .br .ti -1c .RI "union {" .br .ti -1c .RI " time_t \fBt\fP" .br .ti -1c .RI " double \fBd\fP" .br .ti -1c .RI " int \fBi\fP" .br .ti -1c .RI " char * \fBs\fP" .br .ti -1c .RI "} \fBval\fP" .br .in -1c .SH "Detailed Description" .PP Object (LFN or PFN) attribute type\&. .SH "Field Documentation" .PP .SS "char* \fBglobus_rls_attribute_t::name\fP" .PP Attribute name\&. .SS "\fBglobus_rls_obj_type_t\fP \fBglobus_rls_attribute_t::objtype\fP" .PP Object type\&. .SS "\fBglobus_rls_attr_type_t\fP \fBglobus_rls_attribute_t::type\fP" .PP Attribute value type\&. .SS "time_t \fBglobus_rls_attribute_t::t\fP" .PP Date value (unix time)\&. .SS "double \fBglobus_rls_attribute_t::d\fP" .PP Floating point value\&. .SS "int \fBglobus_rls_attribute_t::i\fP" .PP Integer value\&. .SS "char* \fBglobus_rls_attribute_t::s\fP" .PP String value\&. .SS "union { \&.\&.\&. } \fBglobus_rls_attribute_t::val\fP" .PP Value of attribute (depends on type)\&. .SH "Author" .PP Generated automatically by Doxygen for globus rls client from the source code\&.