diff options
| author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-06-02 15:33:51 -0700 |
|---|---|---|
| committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-06-02 15:33:51 -0700 |
| commit | 2029867510c1556deeedfeb03ed052bbbaaf6d88 (patch) | |
| tree | 878c53d23944586c8d5b0baa356a7dbafea4b47a /sesman/chansrv/irp.h | |
| parent | 62a4403dd408f86f6a5d7e9750a2f213e6b95224 (diff) | |
| download | xrdp-proprietary-2029867510c1556deeedfeb03ed052bbbaaf6d88.tar.gz xrdp-proprietary-2029867510c1556deeedfeb03ed052bbbaaf6d88.zip | |
folder redirection: made changes to read/write routines to avoid race conditions
Diffstat (limited to 'sesman/chansrv/irp.h')
| -rw-r--r-- | sesman/chansrv/irp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/chansrv/irp.h b/sesman/chansrv/irp.h index ccab5801..64cbac93 100644 --- a/sesman/chansrv/irp.h +++ b/sesman/chansrv/irp.h @@ -55,6 +55,7 @@ struct irp }; IRP * devredir_irp_new(); +IRP * devredir_irp_clone(IRP *irp); int devredir_irp_delete(IRP *irp); IRP * devredir_irp_find(tui32 completion_id); IRP * devredir_irp_find_by_fileid(tui32 FileId); |
