diff src/alice/datasegment/Command.java @ 16:433e601a8e28

network bug fix
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Sun, 15 Jan 2012 12:17:30 +0900
parents e3f1b21718b0
children 72dd27d952b0
line wrap: on
line diff
--- a/src/alice/datasegment/Command.java	Sun Jan 15 01:19:54 2012 +0900
+++ b/src/alice/datasegment/Command.java	Sun Jan 15 12:17:30 2012 +0900
@@ -19,6 +19,7 @@
 	public Command(CommandType cmdType, String argKey, String key, Value val, int index, int seq, BlockingQueue<Command> replyQueue, CodeSegment cs) {
 		this.type = cmdType;
 		this.argKey = argKey;
+		this.key = key;
 		this.val = val;
 		this.index = index;
 		this.seq = seq;