Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove duplicated declartion of functions. They are in simix.h and not private,
authornavarro <navarro@caraja.(none)>
Thu, 28 Jun 2012 12:41:04 +0000 (14:41 +0200)
committernavarro <navarro@caraja.(none)>
Thu, 28 Jun 2012 12:41:04 +0000 (14:41 +0200)
they are called by MSG

src/simix/smx_host_private.h

index 59b9b97..7da4059 100644 (file)
@@ -21,8 +21,6 @@ typedef struct s_smx_host {
 
 smx_host_t SIMIX_host_create(const char *name, void *workstation, void *data);
 void SIMIX_host_destroy(void *host);
 
 smx_host_t SIMIX_host_create(const char *name, void *workstation, void *data);
 void SIMIX_host_destroy(void *host);
-void SIMIX_host_set_data(smx_host_t host, void *data);
-void* SIMIX_host_get_data(smx_host_t host);
 
 void SIMIX_host_add_auto_restart_process(smx_host_t host,
                                          const char *name,
 
 void SIMIX_host_add_auto_restart_process(smx_host_t host,
                                          const char *name,