Changeset 41 for tags/REL-0.0.11beta
- Timestamp:
- 06/27/07 09:49:52 (16 years ago)
- Location:
- tags/REL-0.0.11beta/trunk
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
tags/REL-0.0.11beta/trunk/configure.in
r34 r41 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT(RENETCOL, 0.0. 9, andreu@renater.fr)5 AC_INIT(RENETCOL, 0.0.11beta, andreu@renater.fr) 6 6 AC_CONFIG_SRCDIR(src/) 7 7 AC_PROG_MAKE_SET -
tags/REL-0.0.11beta/trunk/src/renetcol.c
r37 r41 155 155 shmForAgg->currentTable = 0; 156 156 shmForAgg->secondTable = 1; 157 shmForAgg->readed = 0; 157 158 158 159 myPtrs.rulesListPtr = NULL; -
tags/REL-0.0.11beta/trunk/src/renetcolAgg.c
r37 r41 381 381 } 382 382 } 383 } 384 } 383 } /* end is first update */ 384 } /* end read ok */ 385 385 sleep(10); 386 386 } while (1); -
tags/REL-0.0.11beta/trunk/tool/renetcolGUI_0_0_7.py
r38 r41 185 185 underscore_line = "" 186 186 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): 188 189 flowCpt = 0 189 190 for i in range (0, len(tpl_def[self.flow[0]])):