summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_types.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-02-02 18:49:06 -0800
committerJay Sorg <jay.sorg@gmail.com>2012-02-02 18:49:06 -0800
commitb36f7d346ccb504547e675b6a0bf31bce75cc175 (patch)
tree240e897250f1e7adf675cdc233b66e88dca55268 /xrdp/xrdp_types.h
parent946d9b257b85d93f13a07453655331427168fdf1 (diff)
downloadxrdp-proprietary-b36f7d346ccb504547e675b6a0bf31bce75cc175.tar.gz
xrdp-proprietary-b36f7d346ccb504547e675b6a0bf31bce75cc175.zip
add --port command line override
Diffstat (limited to 'xrdp/xrdp_types.h')
-rw-r--r--xrdp/xrdp_types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h
index eb4d0ad0..1a16e1be 100644
--- a/xrdp/xrdp_types.h
+++ b/xrdp/xrdp_types.h
@@ -402,3 +402,12 @@ struct xrdp_mod_data
struct list* names;
struct list* values;
};
+
+struct xrdp_startup_params
+{
+ char port[128];
+ int kill;
+ int no_daemon;
+ int help;
+ int version;
+};