[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/SystemCore/java/net/tinyos/deluge
DelugeControl.java, 1.6, 1.6.4.1
Kristin Wright
kristinwright at users.sourceforge.net
Thu Nov 11 05:45:00 PST 2004
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/SystemCore/java/net/tinyos/cc1000
CC1000Interface.java, 1.2, 1.2.4.1
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/MementoMori
PacketTypes.h, NONE, 1.1.2.1 AggressiveSendControl.nc, 1.1,
1.1.4.1 AggressiveSendM.nc, 1.2, 1.2.2.1 CommonParams.h, 1.1,
1.1.2.1 CompressedSet.h, 1.3, 1.3.2.1 ExptM.nc, 1.1,
1.1.2.1 ResultPacket.h, 1.1, 1.1.2.1 RollCallC.nc, 1.3,
1.3.2.1 RollCallM.nc, 1.4, 1.4.2.1 genRoster.sh, 1.1, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/java/net/tinyos/deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8305/beta/SystemCore/java/net/tinyos/deluge
Modified Files:
Tag: tos-1-1-8-candidate
DelugeControl.java
Log Message:
merge with trunk using the tos-1-1-8-postbugfix trunk snapshot
Index: DelugeControl.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/java/net/tinyos/deluge/DelugeControl.java,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -C2 -d -r1.6 -r1.6.4.1
*** DelugeControl.java 26 Aug 2004 23:45:53 -0000 1.6
--- DelugeControl.java 11 Nov 2004 13:43:28 -0000 1.6.4.1
***************
*** 100,104 ****
}
! DripMsg dripMsg = new DripMsg();
dripMsg.set_metadata_id((short)NetProgCmdMsg.AM_TYPE);
dripMsg.set_metadata_seqno((byte)0);
--- 100,107 ----
}
! DripMsg dripMsg = new DripMsg(DripMsg.DEFAULT_MESSAGE_SIZE +
! NamingMsg.DEFAULT_MESSAGE_SIZE +
! NetProgCmdMsg.DEFAULT_MESSAGE_SIZE);
!
dripMsg.set_metadata_id((short)NetProgCmdMsg.AM_TYPE);
dripMsg.set_metadata_seqno((byte)0);
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/SystemCore/java/net/tinyos/cc1000
CC1000Interface.java, 1.2, 1.2.4.1
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/MementoMori
PacketTypes.h, NONE, 1.1.2.1 AggressiveSendControl.nc, 1.1,
1.1.4.1 AggressiveSendM.nc, 1.2, 1.2.2.1 CommonParams.h, 1.1,
1.1.2.1 CompressedSet.h, 1.3, 1.3.2.1 ExptM.nc, 1.1,
1.1.2.1 ResultPacket.h, 1.1, 1.1.2.1 RollCallC.nc, 1.3,
1.3.2.1 RollCallM.nc, 1.4, 1.4.2.1 genRoster.sh, 1.1, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list