Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sunday smell chase
[simgrid.git] / include / xbt / matrix.h
index 55363e2..f6ae73f 100644 (file)
@@ -20,8 +20,8 @@ typedef struct {
 
   char *data;
   void_f_pvoid_t free_f;
-} s_xbt_matrix_t, *xbt_matrix_t;
-
+} s_xbt_matrix_t;
+typedef s_xbt_matrix_t* xbt_matrix_t;
 
   /** @brief Retrieve the address of a cell (not its content)
    *  @hideinitializer */