summaryrefslogtreecommitdiffstats
path: root/common/trans.h
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-08-25 18:02:36 -0700
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-08-25 18:02:36 -0700
commit829c494fb9b62c68d1079251ca1c97de84c09c70 (patch)
treeafd76b7fd9cf58b1760cb9bf0b4b85776bcab221 /common/trans.h
parentf8f648c57432a3238a17dc70909947a30ccaebae (diff)
parent1a616a1b469a00279ac6d42cffcd2b23da492c60 (diff)
downloadxrdp-proprietary-829c494fb9b62c68d1079251ca1c97de84c09c70.tar.gz
xrdp-proprietary-829c494fb9b62c68d1079251ca1c97de84c09c70.zip
Merge branch 'master' of github.com:neutrinolabs/xrdp
Diffstat (limited to 'common/trans.h')
-rw-r--r--common/trans.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/trans.h b/common/trans.h
index 8daa980a..4b8e3b42 100644
--- a/common/trans.h
+++ b/common/trans.h
@@ -38,6 +38,7 @@ struct trans; /* forward declaration */
typedef int (*ttrans_data_in)(struct trans* self);
typedef int (*ttrans_conn_in)(struct trans* self, struct trans* new_self);
+typedef int (*tis_term)(void);
struct trans
{
@@ -52,6 +53,7 @@ struct trans
struct stream* in_s;
struct stream* out_s;
char* listen_filename;
+ tis_term is_term; /* used to test for exit */
};
struct trans* APP_CC