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_net_manager_attr_s - Net Manager Attributes.

Author

       Generated automatically by Doxygen for globus_net_manager from the source code.

globus_net_manager                                 Version 1.7                      globus_net_manager_attr_s(3)

Detailed Description

       Net Manager Attributes.

       The globus_net_manager_attr_t structure defines a scoped (attribute, value) tuple. The scope in most
       cases is either the name of the transport driver or the 'globus_net_manager' scope, for attributes
       specific to the network manager implementation.

Field Documentation

char*globus_net_manager_attr_s::name
       Name of the attribute

   char*globus_net_manager_attr_s::scope
       Scope of the attribute

   char*globus_net_manager_attr_s::value
       Value of the attribute

Name

       globus_net_manager_attr_s - Net Manager Attributes.

Synopsis

       #include <globus_net_manager_attr.h>

   DataFields
       char * scope
       char * name
       char * value

See Also