X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Ftda5250%2Fmac%2FDuplicate.nc;h=0802d2ef412dd270364066bb525b449eacef6a75;hb=e3afaa47613429e2cf3a65361cd2c20e01a5c2c8;hp=2b3a19c11555a5fa3e49f36875580dc91ad99ebf;hpb=83aea03cb5781e0594fa6586d644f5cb90c3073d;p=tinyos-2.x.git diff --git a/tos/chips/tda5250/mac/Duplicate.nc b/tos/chips/tda5250/mac/Duplicate.nc index 2b3a19c1..0802d2ef 100644 --- a/tos/chips/tda5250/mac/Duplicate.nc +++ b/tos/chips/tda5250/mac/Duplicate.nc @@ -35,9 +35,9 @@ interface Duplicate { /** check whether this message is a new message, does not store anything */ - async command bool isNew(am_addr_t src, uint8_t seqno); + async command bool isNew(am_addr_t src, am_addr_t dest, uint8_t seqno); /** remember the fingerprint of this message, stores/updates the information */ - async command void remember(am_addr_t src, uint8_t seqno); + async command void remember(am_addr_t src, am_addr_t dest, uint8_t seqno); }