X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73b25c59277b3f3d73f662b8f1d2394a85d7680c..c91b68ade95e42efb7a24f19fb5228bee0b618d0:/examples/gras/mmrpc/mmrpc.h diff --git a/examples/gras/mmrpc/mmrpc.h b/examples/gras/mmrpc/mmrpc.h index 4e5e1e6662..3f08bc80df 100644 --- a/examples/gras/mmrpc/mmrpc.h +++ b/examples/gras/mmrpc/mmrpc.h @@ -1,8 +1,7 @@ -/* $Id$ */ - /* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/ -/* Copyright (c) 2005 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2006, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -14,22 +13,12 @@ #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); /* Function prototypes */ -int server (int argc,char *argv[]); -int client (int argc,char *argv[]); +int server(int argc, char *argv[]); +int client(int argc, char *argv[]); -#endif /* MMRPC_H */ +#endif /* MMRPC_H */