Changeset 50 for trunk/src

Show
Ignore:
Timestamp:
09/07/07 12:15:26 (16 years ago)
Author:
andreu
Message:

remove rrdwrap.h link in renetcolAgg.h, add field 1 redirection in dataFlowSet.c

Location:
trunk/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/dataFlowSet.c

    r47 r50  
    317317              if (pftmp->fieldType==1){ 
    318318                agCache.bytes = *((unsigned long*)&buffer4); 
     319                if ((((RuleDefPtr)(*(myPtrs->rulesAddressPtr+pos)))->value->stor.lvalue)  
     320                    == (*((unsigned long*)&buffer4)) ) 
     321                  { 
     322                    ((RuleDefPtr)(*(myPtrs->rulesAddressPtr+pos)))->check = 1; 
     323                  } 
    319324              } 
    320325              if (pftmp->fieldType==2){ 
  • trunk/src/renetcolAgg.h

    r36 r50  
    3939 
    4040#include "rrd.h" 
    41 #include "rrdwrap.h" 
    4241#include "dataFlowSet.h" 
    4342#include "pop.h"