From: <sv...@ww...> - 2004-05-31 03:33:03
|
Author: wolverine Date: 2004-05-30 20:32:55 -0700 (Sun, 30 May 2004) New Revision: 981 Modified: trunk/CSP/CSPSim/CHANGES.current Log: changed the message sender queue to use a vector that contains a struct with both the destination node along with the message. Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2004-05-31 03:29:51 UTC (rev 980) +++ trunk/CSP/CSPSim/CHANGES.current 2004-05-31 03:32:55 UTC (rev 981) @@ -1,6 +1,14 @@ Version 0.4.0 (in progress) =========================== +2004-05-30: wolverine + * 2004-05-30: wolverine + * Changed the router queue in NetworkMessagener to be a vector that + contains a struct with a node and message pointers. This allows + a destination node to be associated with each outgoing message. This + approach hopefully avoids any object creation steps during the queueing + and dequeing processes. + 2004-05-28: wolverine * Created special data transfer structures that contain no virtual functions and have the same fundamental binary structure as SimData types |