|
msiFlagInfectedObjs |
( |
msParam_t * |
scanResObj, |
|
|
msParam_t * |
scanResc, |
|
|
msParam_t * |
status, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Parses output from clamscan and flags infected objects
- Module:
- ERA
- Since:
- 2.4
- Author:
- Antoine de Torcy
- Date:
- 2010-07-09
- Note:
- Part of TPAP Accession Policy Demo
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | scanResObj | - A DataObjInp_MS_T or a STR_MS_T, which should be clamscan's output stored in an iRODS object |
[in] | scanResc | - A STR_MS_T with the name of the resource where the scan took place. |
[out] | status | - An INT_MS_T containing the operation status. |
[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 2469 of file eraMS.c.
|