X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f6c9a2b6c90817616b0c13bae51d150b6fb46fcd..48a6c50a85f2d0d71990bd4a57d23fb6d763f64a:/examples/msg/token_ring/ring_call.c diff --git a/examples/msg/token_ring/ring_call.c b/examples/msg/token_ring/ring_call.c index 8cdf4e9d3a..be67d1ccae 100644 --- a/examples/msg/token_ring/ring_call.c +++ b/examples/msg/token_ring/ring_call.c @@ -50,16 +50,10 @@ int host(int argc, char *argv[]) return 0; } -typedef enum { - PORT_22 = 20, - MAX_CHANNEL -} channel_t; - int main(int argc, char **argv) { int i,res; MSG_global_init(&argc, argv); - MSG_set_channel_number(MAX_CHANNEL); MSG_create_environment(argv[1]); m_host_t *host_table = MSG_get_host_table(); number_of_hosts = MSG_get_host_number();