summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/irp.h
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-09-24 17:19:43 -0700
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-09-24 17:19:43 -0700
commit06f01f6c37856ce00930ca3dcbaa9fdfb0c4d72b (patch)
tree88ceac43251b4a3beb88be4a812f067a480efaec /sesman/chansrv/irp.h
parent379685bfcaa4dffd707b932574c99f0bab33b83e (diff)
parent675e1b86c44d6b75032ec4cb40f4ccfb8cd06358 (diff)
downloadxrdp-proprietary-06f01f6c37856ce00930ca3dcbaa9fdfb0c4d72b.tar.gz
xrdp-proprietary-06f01f6c37856ce00930ca3dcbaa9fdfb0c4d72b.zip
Merge branch 'master' of github.com:neutrinolabs/xrdp
Diffstat (limited to 'sesman/chansrv/irp.h')
-rw-r--r--sesman/chansrv/irp.h1
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);