diff options
Diffstat (limited to 'xrdp/xrdp_types.h')
-rw-r--r-- | xrdp/xrdp_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h index d8763a2b..bf80cb92 100644 --- a/xrdp/xrdp_types.h +++ b/xrdp/xrdp_types.h @@ -336,6 +336,7 @@ struct xrdp_process /* create these when up and running */ struct xrdp_orders* orders; struct xrdp_wm* wm; + int app_sck; }; /* rdp listener */ |