File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ static opal_event_t ipc_event;
47
47
static struct timeval ack_timeout ;
48
48
static opal_list_t udp_port_listeners ;
49
49
static opal_list_t ipc_listeners ;
50
- static volatile int ipc_accepts = 0 ;
50
+ static volatile uint32_t ipc_accepts = 0 ;
51
51
/* JMS The pings_pending and ping_results should probably both be hash
52
52
tables for more efficient lookups */
53
53
static opal_list_t pings_pending ;
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ static void setup_mpit_pvars_enum(void)
380
380
381
381
/* Free the strings (mca_base_var_enum_create() strdup()'ed them
382
382
into private storage, so we don't need them any more) */
383
- for (int i = 0 ; i < mca_btl_usnic_component .num_modules ; ++ i ) {
383
+ for (i = 0 ; i < mca_btl_usnic_component .num_modules ; ++ i ) {
384
384
free ((char * ) devices [i ].string );
385
385
}
386
386
free (devices );
You can’t perform that action at this time.
0 commit comments