diff options
author | speidy <speidy@gmail.com> | 2014-02-10 05:48:03 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2014-02-10 05:48:03 +0200 |
commit | f525c0f8e76b1e2b8294c4a61c0da4d24e0406b4 (patch) | |
tree | 9ced797c5cfd480352a73866ebec3a0d86ca4016 /libxrdp/libxrdp.h | |
parent | cbf5d50a5c96de83178e910318db540334f289b1 (diff) | |
download | xrdp-proprietary-f525c0f8e76b1e2b8294c4a61c0da4d24e0406b4.tar.gz xrdp-proprietary-f525c0f8e76b1e2b8294c4a61c0da4d24e0406b4.zip |
libxrdp: work on fastpath input
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r-- | libxrdp/libxrdp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index b15cc989..4059dbed 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -82,6 +82,7 @@ struct xrdp_fastpath struct xrdp_tcp* tcp_layer; int numEvents; int secFlags; + int firstPacket; }; /* sec */ @@ -373,6 +374,8 @@ xrdp_rdp_process_confirm_active(struct xrdp_rdp* self, struct stream* s); int APP_CC xrdp_rdp_process_data(struct xrdp_rdp* self, struct stream* s); int APP_CC +xrdp_rdp_process_fastpath_data_input(struct xrdp_rdp *self, struct stream *s); +int APP_CC xrdp_rdp_disconnect(struct xrdp_rdp* self); int APP_CC xrdp_rdp_send_deactive(struct xrdp_rdp* self); |