[cvs-nhc98] Permit hat-trail to display parent-colouring correctly.

Malcolm Wallace malcolm@sparud.net
Fri, 18 May 2001 13:02:41 +0200 (CEST)


malcolm: Fri May 18 13:02:40 CEST 2001

Update of /usr/src/master/nhc/src/tracer/hat
In directory hinken:/tmp/cvs-serv7429

Modified Files:
	browsercomms.c browsercomms.h nodecache.c 
Log Message:
Permit hat-trail to display parent-colouring correctly.

To achieve this, we add an extra field to most of the messages sent
from hat-connect to hat-trail.  This field contains a prediction
(obtained via the new routine peekTrace()) of the node number that
will eventually be the /displayed/ parent for a particular node,
i.e. by skipping over Hiddens and Sats and following the left pointer
of Indirections.