diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-10-02 16:27:12 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-10-02 16:27:12 -0700 |
commit | 25369460a1b2f204d03a6bc4821251d7ef2d7adf (patch) | |
tree | d0c1ad0dac826abfa34c15e4b9b06dc76f2352c6 /common/xrdp_client_info.h | |
parent | 7176f1464710fd809af92ae3c2fcf9412eda9ace (diff) | |
download | xrdp-proprietary-25369460a1b2f204d03a6bc4821251d7ef2d7adf.tar.gz xrdp-proprietary-25369460a1b2f204d03a6bc4821251d7ef2d7adf.zip |
log client ip with pid, etc
Diffstat (limited to 'common/xrdp_client_info.h')
-rw-r--r-- | common/xrdp_client_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index 43ff3f82..2dff7358 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -93,6 +93,8 @@ struct xrdp_client_info int pointer_flags; /* 0 color, 1 new, 2 no new */ int use_fast_path; int require_credentials; /* when true, credentials *must* be passed on cmd line */ + char client_addr[256]; + char client_port[256]; }; #endif |