Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 7 Aug 2012 16:07:59 +0000 (18:07 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 7 Aug 2012 16:07:59 +0000 (18:07 +0200)
include/simgrid/platf.h
src/include/simgrid/platf_interface.h

index 00c9192..cf291f7 100644 (file)
@@ -240,11 +240,6 @@ typedef struct s_sg_platf_trace_connect_cbarg {
   const char *element;
 } s_sg_platf_trace_connect_cbarg_t;
 
-typedef struct s_sg_platf_arg_cbarg *sg_platf_arg_cbarg_t;
-typedef struct s_sg_platf_arg_cbarg {
-  const char *value;
-} s_sg_platf_arg_cbarg_t;
-
 typedef struct s_sg_platf_process_cbarg *sg_platf_process_cbarg_t;
 typedef struct s_sg_platf_process_cbarg {
   const char **argv;
@@ -288,6 +283,5 @@ XBT_PUBLIC(void) sg_platf_new_storage_type(sg_platf_storage_type_cbarg_t storage
 XBT_PUBLIC(void) sg_platf_new_mount(sg_platf_mount_cbarg_t mount);
 
 XBT_PUBLIC(void) sg_platf_new_process(sg_platf_process_cbarg_t process);
-XBT_PUBLIC(void) sg_platf_new_arg(sg_platf_arg_cbarg_t arg);
 
 #endif                          /* SG_PLATF_H */
index b424cdd..74a96d4 100644 (file)
@@ -43,7 +43,6 @@ typedef void (*sg_platf_mount_cb_t)(sg_platf_mount_cbarg_t);
 typedef void (*sg_platf_mstorage_cb_t)(sg_platf_mstorage_cbarg_t);
 
 typedef void (*sg_platf_process_cb_t)(sg_platf_process_cbarg_t);
-typedef void (*sg_platf_arg_cb_t)(sg_platf_arg_cbarg_t);
 
 void sg_platf_host_add_cb(sg_platf_host_cb_t);
 void sg_platf_host_link_add_cb(sg_platf_host_link_cb_t);