Fix crash on expired keyboard prompts
[silc.git] / lib / silcutil / silcsocketstream_i.h
index 13013f25ac3a75af7f33cec384c05d7b63cc8dca..837cc2399d1f895be464afb798c4392a31355d86 100644 (file)
@@ -52,6 +52,7 @@ struct SilcSocketStreamStruct {
   SilcSocketQos qos;
   SilcStreamNotifier notifier;
   void *notifier_context;
+  void *user_context;
   unsigned int ipv6      : 1;       /* UDP IPv6 */
   unsigned int connected : 1;      /* UDP connected state */
 };