X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..06e3509f987adba93a8b004710448daa6da8725d:/teshsuite/gras/msg_handle/msg_handle.c diff --git a/teshsuite/gras/msg_handle/msg_handle.c b/teshsuite/gras/msg_handle/msg_handle.c index 7c2eb8fe0b..0c57449009 100644 --- a/teshsuite/gras/msg_handle/msg_handle.c +++ b/teshsuite/gras/msg_handle/msg_handle.c @@ -2,7 +2,8 @@ /* msg_handle - ensures the semantic of gras_msg_handle(i) for i<0,=0 or >0 */ -/* Copyright (c) 2007 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* Thanks to Flavien Vernier for reporting an issue around this */ /* This program is free software; you can redistribute it and/or modify it @@ -15,7 +16,8 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Messages specific to this test"); int server(int argc, char *argv[]); int client(int argc, char *argv[]); -static int server_cb_hello_handler(gras_msg_cb_ctx_t ctx, void *payload_data) +static int server_cb_hello_handler(gras_msg_cb_ctx_t ctx, + void *payload_data) { INFO0("Got the message"); return 0;