updates.
[silc.git] / lib / silcutil / silcschedule.h
index b2597f74772971f128831212455e3c12a05882ed..2272f8e12f122b8f44ccca8a955dcf0edd338ae6 100644 (file)
@@ -463,6 +463,9 @@ void silc_schedule_task_del(SilcSchedule schedule, SilcTask task);
  *    in task callbacks (including in the task's own task callback) and
  *    in multi-threaded environment in other threads as well.
  *
+ *    Note that generic tasks cannot be deleted using this function
+ *    since generic tasks does not match any specific fd.
+ *
  ***/
 void silc_schedule_task_del_by_fd(SilcSchedule schedule, uint32 fd);