globus_module.h - Online Linux Manual PageSection : 3
Updated : Tue Jan 26 2021
Source : Version 18.9
Note : globus_common
NAMEglobus_module.h − Reference Counting Module Activation and Deactivation.
SYNOPSIS
#include 'globus_error_generic.h'
#include <stdio.h>
Data Structuresstruct globus_module_descriptor_s
Module Descriptor.
Typedefstypedef int(* globus_module_deactivate_proxy_cb_t) (globus_module_descriptor_t *module_descriptor, void *user_arg)
Functionsint globus_module_activate (globus_module_descriptor_t *module_descriptor)
Activate a module. int globus_module_activate_array (globus_module_descriptor_t *modules[], globus_module_descriptor_t **failed_module)
Activate a group of modules. int globus_module_deactivate (globus_module_descriptor_t *module_descriptor)
Deactivate a module. int globus_module_activate_proxy (globus_module_descriptor_t *module_descriptor, globus_module_deactivate_proxy_cb_t deactivate_cb, void *user_arg)
void globus_module_setenv (const char *name, const char *value)
char * globus_module_getenv (const char *name)
void * globus_module_get_module_pointer (globus_module_descriptor_t *)
int globus_module_get_version (globus_module_descriptor_t *module_descriptor, globus_version_t *version)
void globus_module_print_version (globus_module_descriptor_t *module_descriptor, FILE *stream, globus_bool_t verbose)
void globus_module_print_activated_versions (FILE *stream, globus_bool_t verbose)
void globus_version_print (const char *name, const globus_version_t *version, FILE *stream, globus_bool_t verbose)
Detailed DescriptionReference Counting Module Activation and Deactivation.
Typedef Documentation
typedef int(* globus_module_deactivate_proxy_cb_t) (globus_module_descriptor_t *module_descriptor, void *user_arg)module must be deactivated in this call with module_descriptor->deactivation_func(); (be sure module_descriptor->deactivation_func is !NULL)
Function Documentation
int globus_module_activate_proxy (globus_module_descriptor_t * module_descriptor, globus_module_deactivate_proxy_cb_t deactivate_cb, void * user_arg)this call registers a callback to be called to handle deactivation when globus_module_deactivate() or globus_module_deactivate_all() is called The callback is only respected for the first call to activate this module. The purpose of these proxy calls is to allow 'private' module descriptors that are activated by some other user function, but may still be affected by deactivate_all().
void* globus_module_get_module_pointer (globus_module_descriptor_t * structptr)Get a module pointer
int globus_module_get_version (globus_module_descriptor_t * module_descriptor, globus_version_t * version)get version associated with module This function copies the version structure associated with the module into 'version'. Parameters module_descriptor pointer to a module descriptor (module does NOT need to be activated)
version pointer to storage for a globus_version_t. The version will be copied into this Returns • GLOBUS_SUCCESS • GLOBUS_FAILURE if there is no version associated with this module (module->version == null)
char* globus_module_getenv (const char * name)Get the value of an environment variable
void globus_module_print_activated_versions (FILE * stream, globus_bool_t verbose)print all activated modules' versions This function prints all activated modules' version info using the standard form provided by globus_version_print Parameters stream stream to print on (stdout, stderr, etc)
verbose If GLOBUS_TRUE, then all available version info is printed (ex: globus_module: 1.1 (1013708618-5)) else, only the major.minor is printed (ex: globus_module: 1.1) Returns • void
void globus_module_print_version (globus_module_descriptor_t * module_descriptor, FILE * stream, globus_bool_t verbose)print module's version This function prints a modules version info using the standard form provided by globus_version_print Parameters module_descriptor pointer to a module descriptor (module does NOT need to be activated)
stream stream to print on (stdout, stderr, etc)
verbose If GLOBUS_TRUE, then all available version info is printed (ex: globus_module: 1.1 (1013708618-5)) else, only the major.minor is printed (ex: globus_module: 1.1) Returns • void
void globus_module_setenv (const char * name, const char * value)set an environment variable
void globus_version_print (const char * name, const globus_version_t * version, FILE * stream, globus_bool_t verbose)print version structure This function provides a stand way of printing version information The version is printed to stream with the following form: name: major.minor if verbose = false name: major.minor.timestamp-branch_id if verbose = true In either case, if name is NULL, then only the numerical version will be printed. Parameters name A string to prefix the version. May be NULL
version The version structure containing the info to print. (May be NULL, although pointless to do so)
stream stream to print on (stdout, stderr, etc)
verbose If GLOBUS_TRUE, then all available version info is printed (ex: globus_module: 1.1 (1013708618-5)) else, only the major.minor is printed (ex: globus_module: 1.1) Returns • void
AuthorGenerated automatically by Doxygen for globus_common from the source code. 0
Johanes Gumabo
Data Size : 24,455 byte
man-globus_module_get_version.3Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 3 / 185,495
Visitor ID : :
Visitor IP : 3.12.163.120 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.