summaryrefslogtreecommitdiffstats
path: root/Dozentenmodulserver/thrift/server.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodulserver/thrift/server.thrift')
-rw-r--r--Dozentenmodulserver/thrift/server.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodulserver/thrift/server.thrift b/Dozentenmodulserver/thrift/server.thrift
index 75f9c26b..4c9e51fa 100644
--- a/Dozentenmodulserver/thrift/server.thrift
+++ b/Dozentenmodulserver/thrift/server.thrift
@@ -25,7 +25,7 @@ service Server{
User getFtpUser(),
int DeleteFtpUser(string user),
string getPathOfImage(string name),
- bool writeVLdata(string imagename, string firstname, string lastname,string university, string Mail, string Tel, string Fak, bool license, bool internet, int ram, int cpu),
+ bool writeVLdata(string imagename, string firstname, string lastname,string university, string Mail, string Tel, string Fak, bool license, bool internet, int ram, int cpu, string imagePath),
list<Image> getImageList(),
list<string> getAllOS(),
map<string,string> getPersonData(string Vorname, string Nachname),