summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/irp.h
diff options
context:
space:
mode:
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);