summaryrefslogtreecommitdiffstats
path: root/common/trans.h
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-09-25 18:54:16 -0700
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-09-25 18:54:16 -0700
commit5e005bf26ce965350cac7f942678031d5482d867 (patch)
tree705b0caeda414ad90ecda9f1d0de00251036b939 /common/trans.h
parent52fb1f9854eec37d57f9a7a91dfce48ae9774dd5 (diff)
parent1afb67850157392e2d8c35857388d515ddcdf0b4 (diff)
downloadxrdp-proprietary-5e005bf26ce965350cac7f942678031d5482d867.tar.gz
xrdp-proprietary-5e005bf26ce965350cac7f942678031d5482d867.zip
Merge branch 'master' of github.com:neutrinolabs/xrdp
Diffstat (limited to 'common/trans.h')
-rw-r--r--common/trans.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/trans.h b/common/trans.h
index 4b8e3b42..b7b9c20d 100644
--- a/common/trans.h
+++ b/common/trans.h
@@ -54,6 +54,7 @@ struct trans
struct stream* out_s;
char* listen_filename;
tis_term is_term; /* used to test for exit */
+ struct stream* wait_s;
};
struct trans* APP_CC
@@ -73,6 +74,8 @@ trans_force_read(struct trans* self, int size);
int APP_CC
trans_force_write(struct trans* self);
int APP_CC
+trans_write_copy(struct trans* self);
+int APP_CC
trans_connect(struct trans* self, const char* server, const char* port,
int timeout);
int APP_CC