|
msiStageDataObj |
( |
msParam_t * |
xcacheResc, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice stages the data object to the specified resource before operation. It stages a copy of the data object in the cacheResc before opening the data object.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Mike Wan
- Date:
- 2007
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | xcacheResc | - The resource name in which to cache the object |
[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:
- rei->doi, rei->doinp->oprType, rei->doinp->openFlags.
- Session Variables Modified:
- rei->doi (new replica queued on top)
- 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 645 of file reSysDataObjOpr.c.
|