.TH "globus_gass_copy_glob_stat_t" 3 "Mon Apr 30 2012" "Version 8.4" "globus gass copy" \" -*- nroff -*- .ad l .nh .SH NAME globus_gass_copy_glob_stat_t \- .SH SYNOPSIS .br .PP .SS "Data Fields" .in +1c .ti -1c .RI "\fBglobus_gass_copy_glob_entry_t\fP \fBtype\fP" .br .ti -1c .RI "char * \fBunique_id\fP" .br .ti -1c .RI "char * \fBsymlink_target\fP" .br .ti -1c .RI "int \fBmode\fP" .br .ti -1c .RI "int \fBmdtm\fP" .br .ti -1c .RI "globus_off_t \fBsize\fP" .br .in -1c .SH "Detailed Description" .PP Glob expanded entry information\&. .SH "Field Documentation" .PP .SS "\fBglobus_gass_copy_glob_entry_t\fP \fBglobus_gass_copy_glob_stat_t::type\fP" .PP The file type of the entry\&. .SS "char* \fBglobus_gass_copy_glob_stat_t::unique_id\fP" .PP A string that uniquely identifies the data that the entry refers to\&. A file and a symlink to that file will have the same unique_id\&. It is NULL for when not available\&. .SS "char* \fBglobus_gass_copy_glob_stat_t::symlink_target\fP" .PP This points to the full path of the target of a symlink\&. It is NULL for non-symlinks or when not available\&. .SS "int \fBglobus_gass_copy_glob_stat_t::mode\fP" .PP An integer specifying the mode of the file\&. It is set to -1 when not available\&. .SS "int \fBglobus_gass_copy_glob_stat_t::mdtm\fP" .PP An integer specifying the modification time of the file\&. It is set to -1 when not available\&. .SS "globus_off_t \fBglobus_gass_copy_glob_stat_t::size\fP" .PP A globus_off_t specifying the size of the file\&. It is set to -1 when not available\&. .SH "Author" .PP Generated automatically by Doxygen for globus gass copy from the source code\&.