Changeset 41 for tags/REL-0.0.11beta

Show
Ignore:
Timestamp:
06/27/07 09:49:52 (16 years ago)
Author:
andreu
Message:

ticket #3

Location:
tags/REL-0.0.11beta/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • tags/REL-0.0.11beta/trunk/configure.in

    r34 r41  
    33 
    44AC_PREREQ(2.59) 
    5 AC_INIT(RENETCOL, 0.0.9, andreu@renater.fr) 
     5AC_INIT(RENETCOL, 0.0.11beta, andreu@renater.fr) 
    66AC_CONFIG_SRCDIR(src/) 
    77AC_PROG_MAKE_SET 
  • tags/REL-0.0.11beta/trunk/src/renetcol.c

    r37 r41  
    155155  shmForAgg->currentTable = 0; 
    156156  shmForAgg->secondTable = 1; 
     157  shmForAgg->readed = 0; 
    157158 
    158159  myPtrs.rulesListPtr = NULL; 
  • tags/REL-0.0.11beta/trunk/src/renetcolAgg.c

    r37 r41  
    381381          } 
    382382        } 
    383       }  
    384     }  
     383      } /* end is first update */  
     384    } /* end read ok */ 
    385385    sleep(10); 
    386386  } while (1); 
  • tags/REL-0.0.11beta/trunk/tool/renetcolGUI_0_0_7.py

    r38 r41  
    185185        underscore_line = "" 
    186186        flowCpt+=1 
    187         if (flowCpt%20 == 0 or oldTpl != self.flow[0]): 
     187##        if (flowCpt%20 == 0 or oldTpl != self.flow[0]): 
     188        if (flowCpt%100 == 0):  
    188189            flowCpt = 0 
    189190            for i in range (0, len(tpl_def[self.flow[0]])):