globus_gass_copy_glob_stat_t(3) | globus_gass_copy | globus_gass_copy_glob_stat_t(3) |
globus_gass_copy_glob_stat_t - Glob expanded entry information.
#include <globus_gass_copy.h>
globus_gass_copy_glob_entry_t type
char * unique_id
char * symlink_target
int mode
int mdtm
globus_off_t size
Glob expanded entry information.
An integer specifying the modification time of the file. It is set to -1 when not available.
An integer specifying the mode of the file.
It is set to -1 when not available.
A globus_off_t specifying the size of the file.
It is set to -1 when not available.
This points to the full path of the target of a symlink.
It is NULL for non-symlinks or when not available.
The file type of the entry
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.
Generated automatically by Doxygen for globus_gass_copy from the source code.
Mon Dec 14 2020 | Version 10.8 |