X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fdip%2FDipLogicP.nc;h=132e1450b49debf9196490de2529bd4ea502b770;hb=3102f8e920aa056d243f60bd7aa171b9f61c9e42;hp=8b36f8cd459035b07950874d49f355a5871797d0;hpb=c8d08b0e966530214f36f264c914b01ddfac14a6;p=tinyos-2.x.git diff --git a/tos/lib/net/dip/DipLogicP.nc b/tos/lib/net/dip/DipLogicP.nc index 8b36f8cd..132e1450 100644 --- a/tos/lib/net/dip/DipLogicP.nc +++ b/tos/lib/net/dip/DipLogicP.nc @@ -69,7 +69,9 @@ implementation { dbg("DipLogicP","App notified key %x is new\n", key); i = call DipHelp.keyToIndex(key); +#ifndef DIP_JOINTEST estimates[i] = DIP_DATA_ESTIMATE; +#endif call VersionUpdate.change[key](val); call DipTrickleTimer.reset(); }