diff options
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; |