You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ conversely to module_stop that should stop module right away freeing all its enq
72
72
-[x] Rename module_poll_t to fd_priv_t
73
73
-[x] FIX: avoid sending with MODULE_STOPPED pubsub message a not-exishtent reference to mod->self when deregistering, as module gets freed right after. Send NULL.
74
74
-[x] FIX: when deregistering, remove module from context before stopping it
75
+
-[x] Rename userhook to userhook_t, following other types
0 commit comments