From: Martin Quinson Date: Mon, 18 Jul 2011 12:54:46 +0000 (+0200) Subject: bump GRAS_PROTOCOL_VERSION since the wire protocol was broken recently. Strangely... X-Git-Tag: v3_6_2~188^2~36 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/78d9b3dfb63366dcaa3c157454de03a30e7ba099?hp=3d712f99d8fadf7db4977d1c6fa634016f43a361 bump GRAS_PROTOCOL_VERSION since the wire protocol was broken recently. Strangely, it should have broken all tesh-gras-dd-r-* tests. I'm puzzled --- diff --git a/src/gras/Msg/msg_interface.h b/src/gras/Msg/msg_interface.h index 2905b0cfda..b0c9543a48 100644 --- a/src/gras/Msg/msg_interface.h +++ b/src/gras/Msg/msg_interface.h @@ -50,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 */