diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-09-08 14:22:53 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-09-08 14:22:53 -0700 |
commit | a9f37229ac997ceefb4ce75da7a97525e8e2e5ed (patch) | |
tree | 03aa366b4db4660e8bb7b117cdc4757c48b553ed /sesman/chansrv/irp.h | |
parent | d22b8b5ed0868adf21a6b96a8f119dda5b96c25a (diff) | |
download | xrdp-proprietary-a9f37229ac997ceefb4ce75da7a97525e8e2e5ed.tar.gz xrdp-proprietary-a9f37229ac997ceefb4ce75da7a97525e8e2e5ed.zip |
chansrv: work on smartcard
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 e1a65d83..a13ea8e5 100644 --- a/sesman/chansrv/irp.h +++ b/sesman/chansrv/irp.h @@ -52,6 +52,7 @@ struct irp void (*callback)(struct stream *s, IRP *irp, tui32 DeviceId, tui32 CompletionId, tui32 IoStatus); + void *user_data; }; IRP * APP_CC devredir_irp_new(void); |