libqb/TODO
Angus Salkeld 8a6b8d78db IPC: rewrite (simpler API & more structured layout).
- implement using posix message queues
- implement using sys-v message queues
- implement shared memory ringbuffers
- add auth via unix sockets
- add items to the TODO

This is still a bit rough, more work to follow...

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2010-08-23 12:46:36 +10:00

18 lines
388 B
Plaintext

Last Updated:
Generic Items
-------------
* doxygen-ize the include and lib directories.
* use doxygen to generate the man pages
* write unit test cases
IPC
---
* flow control
* client or server to specify the message size
* 1 or per session request queues/ringbuffers
* glib integration
* bmcpt fails - fix
* should we hide the message header?
* we probably need a qb_ipc_msg_alloc()