(file) Return to Policy.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Policy.c between version 1.3 and 1.4

version 1.3, 2007/06/05 18:15:06 version 1.4, 2007/06/08 17:56:04
Line 71 
Line 71 
 /* /*
 **============================================================================== **==============================================================================
 ** **
 ** Policy  
 **  
 **     This structure defines a policy rule.  
 **  
 **==============================================================================  
 */  
   
 struct Policy  
 {  
     enum ExecutorMessageCode messageCode;  
     const char* arg1;  
     const char* arg2;  
 };  
   
 /*  
 **==============================================================================  
 **  
 ** _staticPolicyTable[] ** _staticPolicyTable[]
 ** **
 **     This array defines the static policy table for the executor. **     This array defines the static policy table for the executor.
Line 206 
Line 189 
 **============================================================================== **==============================================================================
 */ */
  
 static int CheckPolicy(  int CheckPolicy(
     const struct Policy* policyTable,     const struct Policy* policyTable,
     size_t policyTableSize,     size_t policyTableSize,
     enum ExecutorMessageCode messageCode,     enum ExecutorMessageCode messageCode,


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2