X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d9f237d83d3ccdbd0a5a0fb2e82d8d633e98fa3..85745e7eca5b947c62d42752c324b6320fd14998:/src/amok/Bandwidth/bandwidth_private.h diff --git a/src/amok/Bandwidth/bandwidth_private.h b/src/amok/Bandwidth/bandwidth_private.h index a263c80fb0..96507a2856 100644 --- a/src/amok/Bandwidth/bandwidth_private.h +++ b/src/amok/Bandwidth/bandwidth_private.h @@ -25,9 +25,9 @@ */ typedef struct { xbt_host_t host; /* host+raw socket to use */ - unsigned int buf_size; - unsigned int exp_size; - unsigned int msg_size; + unsigned long int buf_size; + unsigned long int exp_size; + unsigned long int msg_size; } s_bw_request_t,*bw_request_t; /**