added new MessageTypes

This commit is contained in:
Denis 2013-02-10 16:00:45 +01:00
parent a6b79c4b6b
commit 717e0c9c29

View File

@ -10,8 +10,8 @@ public class MessageType {
public final static byte LEAVE = 2;
public final static byte FIND_VALUE = 4;
public final static byte FOUND_VALUE = 8;
public final static byte STORE = 5;
public final static byte DATA = 6;
public final static byte VALUE_NODES = 7;
public final static byte FOUND_VALUE = 8;
}