summaryrefslogtreecommitdiff
path: root/kern/work.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-08-27 17:18:54 +0200
committerRichard Braun <rbraun@sceen.net>2017-08-27 17:18:54 +0200
commit70f7512a01ba8f90aad6dbb4d285e279f0e17e64 (patch)
treea6215d6335ec42e33da4b6aadfa1b3c0be9c860b /kern/work.h
parent93a8a5e35c4f5dc31316f034c83b34d25fa8bf08 (diff)
Add TODO entries
Diffstat (limited to 'kern/work.h')
-rw-r--r--kern/work.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/work.h b/kern/work.h
index a8df1f7e..2d7bd62f 100644
--- a/kern/work.h
+++ b/kern/work.h
@@ -46,6 +46,8 @@ typedef void (*work_fn_t)(struct work *);
* This structure should be embedded in objects related to the work. It
* stores the work function and is passed to it as its only parameter.
* The function can then find the containing object with the structof macro.
+ *
+ * TODO Make private.
*/
struct work {
struct work *next;