Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename surfxml.dtd into simgrid.dtd
[simgrid.git] / examples / gras / mmrpc / mmrpc.h
index 4e5e1e6..781d05a 100644 (file)
 
 #define MATSIZE 128
 
-GRAS_DEFINE_TYPE(s_matrix,
-struct s_matrix {
-  int rows;
-  int cols;
-  double *ctn GRAS_ANNOTE(size, rows*cols);
-};)
-typedef struct s_matrix matrix_t;
-
-void mat_dump(matrix_t *mat, const char* name);
-
 /* register messages which may be sent and their payload
    (common to client and server) */
 void mmrpc_register_messages(void);