On Tuesday, November 15, 2011 00:47:14 Antonio Quartulli wrote:
On Mon, Nov 07, 2011 at 04:36:40PM +0100, Antonio Quartulli wrote:
(ttvn == 0) is currently used as initial condition. However this is not a good idea because ttvn gets the vale zero each time after reaching the maximum value (wrap around). For this reason a new flag is added in order to define whether a node has an initialised table or not. Moreover, after invoking tt_global_del_orig(), tt_initialised has to be set to false
Signed-off-by: Antonio Quartulli ordex@autistici.org
Reported-by: Alexey Fisher bug-track@fisher-privat.net Tested-by: Alexey Fisher bug-track@fisher-privat.net
Applied in revision 8ef201e.
Thanks, Marek