X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fctp%2FCtpInfo.nc;h=7e8654951f7779ada76a4aacfcf74eb841f7011d;hp=ad0687e267ed1badaaaae0341bb9bfcaffee684b;hb=ce7b4e8d571680f9aca097275fbee3eac5a22227;hpb=2f5886a6467193ba0b791ebd64d93ffe48582260 diff --git a/tos/lib/net/ctp/CtpInfo.nc b/tos/lib/net/ctp/CtpInfo.nc index ad0687e2..7e865495 100644 --- a/tos/lib/net/ctp/CtpInfo.nc +++ b/tos/lib/net/ctp/CtpInfo.nc @@ -81,7 +81,7 @@ interface CtpInfo { command bool isNeighborCongested(am_addr_t n); command uint8_t numNeighbors(); - command uint16_t getNeighborLinkQuality(uint8_t neighbor); - command uint16_t getNeighborRouteQuality(uint8_t neighbor); - command am_addr_t getNeighborAddr(uint8_t neighbor); + command uint16_t getNeighborLinkQuality(uint8_t n); + command uint16_t getNeighborRouteQuality(uint8_t n); + command am_addr_t getNeighborAddr(uint8_t n); }