dio_intcurrent is now part of the instance struct

This commit is contained in:
Mariano Alvira 2011-12-09 11:15:33 -05:00
parent c9ac19b919
commit 5247be27bf
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ collect_common_send(void)
}
}
rtmetric = dag->rank;
beacon_interval = (uint16_t) ((2L << dag->dio_intcurrent) / 1000);
beacon_interval = (uint16_t) ((2L << dag->instance->dio_intcurrent) / 1000);
num_neighbors = RPL_PARENT_COUNT(dag);
} else {
rtmetric = 0;