diff options
Diffstat (limited to 'common/xrdp_client_info.h')
-rw-r--r-- | common/xrdp_client_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index bccb4436..59915f37 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -125,6 +125,9 @@ struct xrdp_client_info int capture_code; int capture_format; + char certificate[1024]; + char key_file[1024]; + }; #endif |