From: Andre Noll Date: Sun, 1 Jun 2025 15:26:41 +0000 (+0200) Subject: . X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=d57c681f3f0359976a1e2f265100f221c82e81d1;p=paraslash.git . --- diff --git a/sched.h b/sched.h index 8819232d..36391c4d 100644 --- a/sched.h +++ b/sched.h @@ -42,7 +42,10 @@ struct sched { struct task; -/** Information that must be supplied by callers of \ref task_register(). */ +/** \par Information that must be supplied by callers of \ref task_register(). + * + * The structure may be safely discarded after the task has been registered. + */ struct task_info { /** Used for log messages and by \ref get_task_list(). */ const char *name;