X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b3677b425b9cc6949c1573d59ac772540cbf4b2..089f75c8f83b841c91e74cdfd4e925d027ff7769:/examples/msg/chainsend/messages.h diff --git a/examples/msg/chainsend/messages.h b/examples/msg/chainsend/messages.h index b717d5c0dc..e90bf626fc 100644 --- a/examples/msg/chainsend/messages.h +++ b/examples/msg/chainsend/messages.h @@ -1,14 +1,13 @@ -/* Copyright (c) 2012-2014. The SimGrid Team. +/* Copyright (c) 2012-2015. 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. */ -#ifndef KADEPLOY_MESSAGES_H -#define KADEPLOY_MESSAGES_H +#ifndef MESSAGES_H +#define MESSAGES_H -#include "msg/msg.h" -#include "xbt/sysdep.h" +#include "simgrid/msg.h" #define MESSAGE_BUILD_CHAIN_SIZE 40 #define MESSAGE_SEND_DATA_HEADER_SIZE 1 @@ -36,4 +35,4 @@ msg_task_t task_message_chain_new(const char* prev, const char *next, const unsi msg_task_t task_message_data_new(const char *block, unsigned int len); void task_message_delete(void *); -#endif /* KADEPLOY_MESSAGES_H */ +#endif /* MESSAGES_H */