Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new function: gras_datadesc_size to allow messaging layer to malloc the needed space
[simgrid.git] / changelog
index f96da96..e7bee04 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,6 +1,12 @@
 2004-07-03
- - Create a new log channel tbx containing dict, set, log, dynar (to shut
-   them all up in one shot)
+  - Create a new log channel tbx containing dict, set, log, dynar (to shut
+    them all up in one shot)
+ [DataDesc]
+  - Fix the ugly case of reference to dynamic array.
+ [Transport]
+  - gras_socket_close now expect the socket to close (and not its address to
+    put NULL in it after it). This is because the socket passed to handlers
+    is one of their argument (=> not writable).
 
 2004-06-21
  [Transport]