Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish the cleanup of the netcard list container
[simgrid.git] / src / msg / msg_private.h
index 0536796..4270fd8 100644 (file)
@@ -17,7 +17,6 @@ SG_BEGIN_DECL()
 /**************** datatypes **********************************/
 /********************************* Host **************************************/
 typedef struct s_msg_host_priv {
-
   std::vector<int> *file_descriptor_table;
 } s_msg_host_priv_t;
 /********************************* Task **************************************/