X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e:/examples/gras/p2p/can/types.h diff --git a/examples/gras/p2p/can/types.h b/examples/gras/p2p/can/types.h index 4e2f0d13c7..ddeb68f1e2 100644 --- a/examples/gras/p2p/can/types.h +++ b/examples/gras/p2p/can/types.h @@ -7,26 +7,26 @@ #include "gras.h" /* Global private data */ -typedef struct{ - gras_socket_t sock; /* server socket on which I'm listening */ - int xId; - int yId; - char host[1024]; /* my host name */ - int port; /* port on which I'm listening FIXME */ +typedef struct { + gras_socket_t sock; /* server socket on which I'm listening */ + int xId; + int yId; + char host[1024]; /* my host name */ + int port; /* port on which I'm listening FIXME */ - int x1; // Xmin - int x2; // Xmax - int y1; // Ymin - int y2; // Ymax + int x1; // Xmin + int x2; // Xmax + int y1; // Ymin + int y2; // Ymax - char north_host[1024]; - int north_port; - char south_host[1024]; - int south_port; - char east_host[1024]; - int east_port; - char west_host[1024]; - int west_port; + char north_host[1024]; + int north_port; + char south_host[1024]; + int south_port; + char east_host[1024]; + int east_port; + char west_host[1024]; + int west_port; - int version; -}node_data_t; + int version; +} node_data_t;