diff src/alice/datasegment/CommandType.java @ 308:a8255a831ade

implement ping api
author sugi
date Tue, 19 Nov 2013 17:39:44 +0900
parents 7f47231ef509
children
line wrap: on
line diff
--- a/src/alice/datasegment/CommandType.java	Tue Nov 19 15:51:52 2013 +0900
+++ b/src/alice/datasegment/CommandType.java	Tue Nov 19 17:39:44 2013 +0900
@@ -10,7 +10,9 @@
 	REMOVE,
 	REPLY,
 	CLOSE,
-	FINISH;
+	FINISH, 
+	PING,
+	RESPONSE;
 	
 	public int id;
 	public static HashMap<Integer, CommandType> hash = new HashMap<Integer, CommandType>();