[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/le LinkEstimator.h,
1.1.2.4, 1.1.2.5 LinkEstimatorP.nc, 1.1.2.10, 1.1.2.11
Omprakash Gnawali
gnawali at users.sourceforge.net
Wed Nov 1 13:43:32 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29831
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
LinkEstimator.h LinkEstimatorP.nc
Log Message:
found more unused vars and enum
Index: LinkEstimator.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le/Attic/LinkEstimator.h,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** LinkEstimator.h 1 Nov 2006 20:55:30 -0000 1.1.2.4
--- LinkEstimator.h 1 Nov 2006 21:43:30 -0000 1.1.2.5
***************
*** 40,44 ****
// how many footer entries there are
NUM_ENTRIES_FLAG = 15,
- AM_LINKEST = 20,
};
--- 40,43 ----
Index: LinkEstimatorP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le/Attic/LinkEstimatorP.nc,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -C2 -d -r1.1.2.10 -r1.1.2.11
*** LinkEstimatorP.nc 1 Nov 2006 21:40:36 -0000 1.1.2.10
--- LinkEstimatorP.nc 1 Nov 2006 21:43:30 -0000 1.1.2.11
***************
*** 86,96 ****
// link estiamtion sequence, increment every time a beacon is sent
uint8_t linkEstSeq = 0;
- // use this message buffer
- // when this component needs to generate a message because
- // the user of this component is not sending packets frequently enough
- message_t linkEstPkt;
- // flag that prevents from sending linkest beacon before sendDone
- // for previous send is flagged.
- bool beaconBusy = FALSE;
// if there is not enough room in the packet to put all the neighbor table
// entries, in order to do round robin we need to remember which entry
--- 86,89 ----
More information about the Tinyos-2-commits
mailing list