|
msiSysReplDataObj |
( |
msParam_t * |
xcacheResc, |
|
|
msParam_t * |
xflag, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice replicates a data object. It can be used to replicate a copy of the file just uploaded or copied data object to the specified replResc.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Mike Wan
- Date:
- 2007
- Note:
- The allFlag is only meaningful if the replResc is a resource group. In this case, setting allFlag to "all" means a copy will be made in all the resources in the resource group. A "null" input means a single copy will be made in one of the resources in the resource group.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | xcacheResc | - |
[in] | xflag | - |
[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->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 719 of file reSysDataObjOpr.c.
|