Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document last changes
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 28 Apr 2004 11:55:39 +0000 (11:55 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 28 Apr 2004 11:55:39 +0000 (11:55 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@88 48e7efb5-ca39-0410-a469-dd3cf9ba447f

UNIMPLEMENTED
changelog

index 6561e1d..f8054b1 100644 (file)
@@ -1,26 +1,50 @@
+###
+### Avant 0.5
+###
+
 - gras_dd_convert_elm                    
 - gras_dd_convert_elm                    
-  gras_datadesc_cpy
 
 
-- callback en reception ??
+- gras_trp_select [SG]
 
 
-- Virer cat ignored
+  gras_trp_sg_socket_client
+  gras_trp_sg_socket_server
+  gras_trp_sg_socket_close
+  gras_trp_sg_select
+  gras_trp_sg_bloc_send
+  gras_trp_sg_bloc_recv
+  gras_trp_sg_flush
+
+- tcp->incoming_socks
+  sock specific tcp (buffsize) inutile
+
+###
+### Avant 1.0
+###
 
 
-gras_ddt_new_ignored : Pas portable (taille) => virer cat?
+- renomages     
+  gras_os_time
+  gras_os_sleep
+  gras_os_getload
 
 
-gras_ddt_new_parse
-gras_ddt_new_from_nws
+- gras_datadesc_parse
+  gras_datadesc_import_nws
 
 
+- rawsock
 
 
+- Documentation (en particulier DD et Msg)
 
 
-gras_trp_select [SG]
+- gras_datadesc_cpy -> donne la taille prise pour donner un poids aux messages
+
+- callback en reception ?? (remettre les pointeurs sur fonction etc)
+
+- Virer cat ignored
+  gras_ddt_new_ignored : Pas portable (taille) => virer cat?
+  Necessaire aux pointeurs sur fonction? Renomer 'void'
 
 
-gras_trp_sg_socket_client
-gras_trp_sg_socket_server
-gras_trp_sg_socket_close
-gras_trp_sg_select
-gras_trp_sg_bloc_send
-gras_trp_sg_bloc_recv
-gras_trp_sg_flush
+###
+### Apres
+### 
 
 
-tcp->incoming_socks
-sock specific tcp (buffsize) inutile
+- Adaptative timeout
+- datadesc_set_cste: Donne la valeur par defaut en reception
+  plus de transfert, ce qui est utile pour les pointeurs sur fct
index a0910cf..d074dcb 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,30 @@
+TODO:
+   [SG plugin]   
+     - Porting to new standards.
+   [SG select]   
+     - Porting to new standards.
+
+2004-04-21 Martin Quinson  <martin.quinson@tuxfamily.org>
+ [Messaging]
+   - Porting to new standards.
+ [Data description]
+   - interface cleanup. 
+     There is no bag anymore, no need to take extra provision to mask the
+       pointers behind "ID". 
+     Better splitup of functions between files create/exchange/convert.
+       This is still a bit artificial since convert and receive are so
+       interleaved, but anyway.
+ [Virtu(process)]
+   - add a queued message list to procdata (the ones not matching criteria
+     in msg_wait)
+   - factorize some more code between SG and RL wrt procdata
+ [Tests]
+   - use gras_exit in example to track memleaks
+   - get rid of gs_example now that GS is properly integrated into gras
+   - update run_test to integrate the lastest tests (datadesc)
+ [Logging]
+   - rename WARNINGn macros to WARNn since it prooved error-prone
+     
 2004-04-19 Martin Quinson  <martin.quinson@tuxfamily.org>
  [Data description]
    - register init/exit functions within gras module mecanism   
 2004-04-19 Martin Quinson  <martin.quinson@tuxfamily.org>
  [Data description]
    - register init/exit functions within gras module mecanism   
  [Transport]
    [File plugin] 
      - Bugfix when using a filename explicitely (instead of '-')
  [Transport]
    [File plugin] 
      - Bugfix when using a filename explicitely (instead of '-')
-   [SG plugin]   
-     - Porting to new standards.
-   [SG select]   
-     - Porting to new standards.
 
 2004-04-09 Martin Quinson  <martin.quinson@tuxfamily.org>
  [Transport plugins]
 
 2004-04-09 Martin Quinson  <martin.quinson@tuxfamily.org>
  [Transport plugins]