]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 1 Jun 2025 15:26:41 +0000 (17:26 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 10 Jun 2025 14:04:43 +0000 (16:04 +0200)
sched.h

diff --git a/sched.h b/sched.h
index 8819232d9b51c866d5f4f052eeeeb9ac9587f834..36391c4dbd213d65806bec4b9769ad776c211148 100644 (file)
--- 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;