|
msiListEnabledMS |
( |
msParam_t * |
outKVPairs, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Returns the list of compiled microservices on the local iRODS server
- Module:
- framework
- Since:
- 2.1
- Author:
- Antoine de Torcy
- Date:
- 2009-02-12
- Note:
- This microservice looks at reAction.h and returns the list of compiled microservices on the local iRODS server. The results are written to a KeyValPair_MS_T. For each pair the keyword is the MS name while the value is the module where the microservice belongs. Standard non-module microservices are listed as "core".
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[out] | outKVPairs | - A KeyValPair_MS_T containing the results. |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 1566 of file nre.systemMS.c.
|