Skip to content

Commit

Permalink
Updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 30, 2018
1 parent 2f2a78a commit 6e3fca6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## 1.0

### Generic
### Multiple-fds module

- [x] update doc
- [x] rename recv to receive() to avoid issues with recv(2)
- [x] Update check() comments in examples
- [ ] Properly add a way to let one module listen on multiple fds (new private type: module_poll_t -> void init() { module_add_fd(x) or module_add_fds(...) variadic } )
- [ ] Drop MODULE_DONT_POLL and limits.h include in module.h: if module has no fds it will act like MODULE_DONT_POLL
- [ ] what about update_fd function? Should it linearly replace old fd with new one?
- [ ] What about epoll? How can i find out fd to be passed to receive()?

### API FREEZE

## Test it

Expand Down

0 comments on commit 6e3fca6

Please sign in to comment.