From 44453ab4e470f71757b27b959b48d515d7bcfac7 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Thu, 22 May 2003 17:14:43 +0000 Subject: [PATCH] Summary: Oops, another tagged bugfix. Keywords: Oops, another tagged bugfix. --- src/DelayTagged.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/DelayTagged.cc b/src/DelayTagged.cc index cefce2b5ab..1e735cd78a 100644 --- a/src/DelayTagged.cc +++ b/src/DelayTagged.cc @@ -1,6 +1,6 @@ /* - * $Id: DelayTagged.cc,v 1.2 2003/05/22 10:14:09 robertc Exp $ + * $Id: DelayTagged.cc,v 1.3 2003/05/22 11:14:43 robertc Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -142,6 +142,7 @@ DelayTagged::update(int incr) { DelayTaggedUpdater updater(spec, incr); buckets.head->walk (DelayTaggedUpdateWalkee, &updater); + kickReads(); } void -- 2.47.3