]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/schedule.h
Merge default into chanserv-live.
[irc/quakenet/newserv.git] / core / schedule.h
index 7d1d586b00ceb9bcbd16c6e2b6dc52ee1a9996b9..4f8eee5ab29ca04501248f2cea78e52a95f506ea 100644 (file)
@@ -18,6 +18,7 @@ typedef struct schedule {
   ScheduleCallback  callback;
   void             *callbackparam;
   int               index; /* Where in the array this event is currently situated */
+  int               deleted;
 } schedule;