Skip to content

Commit

Permalink
Updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 25, 2018
1 parent 748ca32 commit bd690cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Lib/modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <module_cmn.h>

/* Defines for easy API (with no need bothering with both self and ctx) */
#define modules_set_logger(log) modules_ctx_set_logger(DEFAULT_CTX, log)
#define modules_loop() modules_ctx_loop(DEFAULT_CTX)
#define modules_quit() modules_ctx_quit(DEFAULT_CTX)
Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [x] review hashmap code
- [x] split in modules.h and module.h
- [ ] install public headers in "/usr/lib/module/module.h/modules.h?"
- [ ] update doc

## Test it
Expand Down

0 comments on commit bd690cf

Please sign in to comment.