Added SilcStack suppor to SILC Scheduler API.
[silc.git] / lib / silcutil / silcschedule_i.h
index 61ea48125a0d96d374db7f2730fd8d95cd6a2adc..6c8d462d56eaf2948a51250f8fb0801e73f35a56 100644 (file)
@@ -76,6 +76,7 @@ struct SilcScheduleStruct {
   void *app_context;              /* Application specific context */
   SilcTaskNotifyCb notify;        /* Notify callback */
   void *notify_context;                   /* Notify context */
+  SilcStack stack;                /* Stack */
   SilcHashTable fd_queue;         /* FD task queue */
   SilcList fd_dispatch;                   /* Dispatched FDs */
   SilcList timeout_queue;         /* Timeout queue */