X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c13871d73e933c1847faf8debea7b7745a3ff44..d0ffc37686edcc803601f76ab51fdfed5fc2f241:/examples/msg/chainsend/common.h diff --git a/examples/msg/chainsend/common.h b/examples/msg/chainsend/common.h index eaf2de159b..e28e098f52 100644 --- a/examples/msg/chainsend/common.h +++ b/examples/msg/chainsend/common.h @@ -11,7 +11,4 @@ static XBT_INLINE void queue_pending_connection(msg_comm_t comm, xbt_dynar_t q) int process_pending_connections(xbt_dynar_t q); -#define MESSAGE_SIZE 1 -#define HOSTNAME_LENGTH 20 - #endif /* KADEPLOY_COMMON_H */