logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_gass_copy_glob_stat_t - Glob expanded entry information.

Author

       Generated automatically by Doxygen for globus_gass_copy from the source code.

globus_gass_copy                                  Version 10.13                  globus_gass_copy_glob_stat_t(3)

Detailed Description

       Glob expanded entry information.

Field Documentation

intglobus_gass_copy_glob_stat_t::mdtm
       An integer specifying the modification time of the file. It is set to -1 when not available.

   intglobus_gass_copy_glob_stat_t::mode
       An integer specifying the mode of the file.
        It is set to -1 when not available.

   globus_off_tglobus_gass_copy_glob_stat_t::size
       A globus_off_t specifying the size of the file.
        It is set to -1 when not available.

   char*globus_gass_copy_glob_stat_t::symlink_target
       This points to the full path of the target of a symlink.
        It is NULL for non-symlinks or when not available.

   globus_gass_copy_glob_entry_tglobus_gass_copy_glob_stat_t::type
       The file type of the entry

   char*globus_gass_copy_glob_stat_t::unique_id
       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.

Name

       globus_gass_copy_glob_stat_t - Glob expanded entry information.

Synopsis

       #include <globus_gass_copy.h>

   DataFieldsglobus_gass_copy_glob_entry_ttype
       char * unique_id
       char * symlink_target
       int mode
       int mdtm
       globus_off_t size

See Also