comparison rep/EditorPlus.java @ 356:b18c24dcc5d2

Before chaning put/join scheme for ditributed select.
author kono
date Sat, 18 Oct 2008 19:01:40 +0900
parents ef4afcae0c92
children fa041bae35f1
comparison
equal deleted inserted replaced
355:98607350f7d1 356:b18c24dcc5d2
2 2
3 import rep.channel.REPSocketChannel; 3 import rep.channel.REPSocketChannel;
4 4
5 public class EditorPlus { 5 public class EditorPlus {
6 6
7 public int eid; // unique in a session, eid==0 master 7 public int eid; // globally unique
8 public int sid=-1; // globally unique 8 public int sid=-1; // globally unique
9 public String host; 9 public String host;
10 public String file; 10 public String file;
11 public REPSocketChannel<REPCommand> channel; 11 public REPSocketChannel<REPCommand> channel;
12 12