Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > d20dea4b6e145c914db1f168dac29ec7 > files > 32

globus-gsi-sysconfig-doc-5.3-1.fc17.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!-- THIS FILE IS AUTOMATICALLY GENERATED FROM THE GLOBUS SOURCE CODE
     DO NOT MODIFY.
-->
<title>Globus Reference Manual</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.8.1.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('group__globus__gsi__sysconfig__activation.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#define-members">Macros</a>  </div>
  <div class="headertitle">
<div class="title">Activation</div>  </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:ga6e5774869902295a0bb33fc64328480a"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__activation.html#ga6e5774869902295a0bb33fc64328480a">GLOBUS_GSI_SYSCONFIG_MODULE</a></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<p>Globus GSI System Configuration API uses standard Globus module activation and deactivation. </p>
<p>Before any Globus GSI System Configuration API functions are called, the following function must be called:</p>
<div class="fragment"><div class="line">        globus_module_activate(<a class="code" href="group__globus__gsi__sysconfig__activation.html#ga6e5774869902295a0bb33fc64328480a" title="Module descriptor.">GLOBUS_GSI_SYSCONFIG_MODULE</a>)</div>
</div><!-- fragment --><p>This function returns GLOBUS_SUCCESS if the Globus GSI System Configuration API was successfully initialized, and you are therefore allowed to subsequently call Globus GSI System Configuration API functions. Otherwise, an error code is returned, and Globus GSI Credential functions should not be subsequently called. This function may be called multiple times.</p>
<p>To deactivate Globus GSI System Configuration API, the following function must be called:</p>
<div class="fragment"><div class="line">      globus_module_deactivate(<a class="code" href="group__globus__gsi__sysconfig__activation.html#ga6e5774869902295a0bb33fc64328480a" title="Module descriptor.">GLOBUS_GSI_SYSCONFIG_MODULE</a>)</div>
</div><!-- fragment --><p>This function should be called once for each time Globus GSI System Configuration API was activated. </p>
<hr/><h2>Macro Definition Documentation</h2>
<a class="anchor" id="ga6e5774869902295a0bb33fc64328480a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define GLOBUS_GSI_SYSCONFIG_MODULE</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Module descriptor. </p>

</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<hr>
<p align="center">
<a href="http://www.globus.org/toolkit/about.html" target="_top">about globus</a> |
<a href="http://www.globus.org/toolkit/" target="_top">globus toolkit</a> |
<a href="https://dev.globus.org/wiki/Welcome/" target="_top">dev.globus</a>
<br>
<br>
Comments? <a href="mailto:webmaster@globus.org">webmaster@globus.org</a>
</body>
</html>