]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/mac/Duplicate.nc
include target address in fingerprint
[tinyos-2.x.git] / tos / chips / tda5250 / mac / Duplicate.nc
index 2b3a19c11555a5fa3e49f36875580dc91ad99ebf..0802d2ef412dd270364066bb525b449eacef6a75 100644 (file)
@@ -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);
 }