From ce9caabcf847a8a5ba96e551bba5e1098074bb27 Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Tue, 12 Dec 2006 10:14:50 +0000 Subject: [PATCH] Mps readme: when mps starts aq collection, it now posts a message (job000666) Copied from Perforce Change: 161206 ServerID: perforce.ravenbrook.com --- mps/readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mps/readme.txt b/mps/readme.txt index 03c2b0bd26d..b60f4930119 100644 --- a/mps/readme.txt +++ b/mps/readme.txt @@ -64,6 +64,13 @@ Defect discovered: call would fail. Fixed: mps_arena_formatted_objects_walk() will now work. + + - when MPS starts a garbage collection, it now tells + the client by posting a message of the new type + mps_message_type_gc_start(). The message includes + a textual explanation (for the client programmer) + of why this collection was triggered. + Other changes: