Author: mrogers
Date: 2006-09-14 14:14:13 +0000 (Thu, 14 Sep 2006)
New Revision: 10471
Modified:
trunk/apps/load-balancing-sims/phase6/messages/Message.java
Log:
CHK inserts, sorry about the large number of commits, I accidentally added
classfiles to the repository and I'm trying to fix it
Modified: trunk/apps/load-balancing-sims/phase6/messages/Message.java
===================================================================
--- trunk/apps/load-balancing-sims/phase6/messages/Message.java 2006-09-14
14:13:52 UTC (rev 10470)
+++ trunk/apps/load-balancing-sims/phase6/messages/Message.java 2006-09-14
14:14:13 UTC (rev 10471)
@@ -8,6 +8,8 @@
public final static int KEY_SIZE = 32; // Size of a routing key, bytes
public final static int DATA_SIZE = 1024; // Size of a data block, bytes
+ public static int nextId = 0; // Each request and insert has a unique ID
+
public int size; // Size in bytes
public int id; // Unique request ID
}