summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/thrift/MasterThriftConnection.java
diff options
context:
space:
mode:
authorTobias Spitzer2014-05-23 07:45:15 +0200
committerTobias Spitzer2014-05-23 07:45:15 +0200
commit6719008d289cd08a0effbf931842b7213cbdffe1 (patch)
tree13298b7ec6dcc76a9b379070e8f79b18c7d2307e /Dozentenmodul/src/thrift/MasterThriftConnection.java
parentd (diff)
parentAusgabe Serverseitgi wieviele Threads laufen sollen (diff)
downloadtutor-module-6719008d289cd08a0effbf931842b7213cbdffe1.tar.gz
tutor-module-6719008d289cd08a0effbf931842b7213cbdffe1.tar.xz
tutor-module-6719008d289cd08a0effbf931842b7213cbdffe1.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module
Diffstat (limited to 'Dozentenmodul/src/thrift/MasterThriftConnection.java')
-rw-r--r--Dozentenmodul/src/thrift/MasterThriftConnection.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dozentenmodul/src/thrift/MasterThriftConnection.java b/Dozentenmodul/src/thrift/MasterThriftConnection.java
index 760b8bd0..11a27368 100644
--- a/Dozentenmodul/src/thrift/MasterThriftConnection.java
+++ b/Dozentenmodul/src/thrift/MasterThriftConnection.java
@@ -15,6 +15,8 @@ import thrift.ImageServer.Client;
public class MasterThriftConnection {
public static final String MASTERSERVERIP="132.230.4.16";
+ //public static final String MASTERSERVERIP="127.0.0.1";
+
final TTransport transport = new TSocket(MASTERSERVERIP, 9090);
public Client getMasterThriftConnection()