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_gram_client_job_info_s - Extensible job information structure.

Author

       Generated automatically by Doxygen for globus_gram_client from the source code.

globus_gram_client                                Version 14.6                  globus_gram_client_job_info_s(3)

Detailed Description

       Extensible job information structure.

       The globus_gram_client_job_info_t data type is used to pass protocol extensions along with the standard
       job status information included in the GRAM2 protocol. This structure contains the information returned
       in job state callbacks plus a hash table of extension entries that contain
       #globus_gram_protocol_extension_t name-value pairs.

Field Documentation

globus_hashtable_tglobus_gram_client_job_info_s::extensions
       Table of extension values

   char*globus_gram_client_job_info_s::job_contact
       GRAM Job Contact String

   intglobus_gram_client_job_info_s::job_state
       GRAM Job State

   intglobus_gram_client_job_info_s::protocol_error_code
       GRAM Error Code

Name

       globus_gram_client_job_info_s - Extensible job information structure.

Synopsis

       #include <globus_gram_client.h>

   DataFields
       globus_hashtable_t extensions
       char * job_contact
       int job_state
       int protocol_error_code

See Also