Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Bring back DerefAndCompareByNbProcessesAndUsedHeap
[simgrid.git] / examples / msg / chainsend / messages.h
index b717d5c0dcbb6f58232a812b7c6093c69fe194f9..e90bf626fca66b506a25b996ce31bae7e737600c 100644 (file)
@@ -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 */