X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a201b7ceece70d2bc461ac48c8b746a36d07243..78d9b3dfb63366dcaa3c157454de03a30e7ba099:/src/gras/Msg/msg_interface.h diff --git a/src/gras/Msg/msg_interface.h b/src/gras/Msg/msg_interface.h index 819d9f1ffe..b0c9543a48 100644 --- a/src/gras/Msg/msg_interface.h +++ b/src/gras/Msg/msg_interface.h @@ -2,7 +2,8 @@ /* module's public interface exported within GRAS, but not to end user. */ -/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 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. */ @@ -49,7 +50,10 @@ void gras_msg_send_namev(gras_socket_t sock, void gras_msg_listener_awake(void); void gras_msg_listener_close_socket(int sd); -#define GRAS_PROTOCOL_VERSION '\1'; +#define GRAS_PROTOCOL_VERSION '\2'; +/* The difference between GRAS_PROTOCOL_VERSION=\1 (in SimGrid 3.6.1) and \2 (afterward) is that + the architectures were renumbered (GRAS_THISARCH were shifted by 1) to insert WIN64 near to WIN32. + See commit 27cbb00affed384593925fc5af6d5533d0a7ef09 */ -#endif /* GRAS_MSG_INTERFACE_H */ +#endif /* GRAS_MSG_INTERFACE_H */