Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Renamed project to chainsend to avoid confusion
[simgrid.git] / examples / msg / chainsend / common.h
1 #ifndef KADEPLOY_COMMON_H
2 #define KADEPLOY_COMMON_H
3
4 #include "msg/msg.h"
5 #include "xbt/sysdep.h"
6
7 #define MESSAGE_SIZE 1
8 #define HOSTNAME_LENGTH 20
9
10 #endif /* KADEPLOY_COMMON_H */