diff options
author | Richard Braun <rbraun@sceen.net> | 2017-08-27 17:18:54 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-08-27 17:18:54 +0200 |
commit | 70f7512a01ba8f90aad6dbb4d285e279f0e17e64 (patch) | |
tree | a6215d6335ec42e33da4b6aadfa1b3c0be9c860b /kern/work.h | |
parent | 93a8a5e35c4f5dc31316f034c83b34d25fa8bf08 (diff) |
Add TODO entries
Diffstat (limited to 'kern/work.h')
-rw-r--r-- | kern/work.h | 2 |
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; |