0c13ed6979
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
19 lines
892 B
Text
19 lines
892 B
Text
Wished released date: 10./11. September
|
|
|
|
--------------------------------------------------------------------------------
|
|
Done:
|
|
- add get_svc_pid()
|
|
- cleanup msgq.h: namespace!
|
|
- cleanup cmd: add real usage, add -h for help
|
|
- cleanup cinit_ipc_logon()! [already done before]
|
|
- cleanup headers: ==> not yet needed.
|
|
seems to make more sense, to have more than one exposed header.
|
|
cinit.h gets to fast too big. so splitoff to:
|
|
<cinit/cinit.h> /* main */
|
|
<cinit/types.h> /* ... */
|
|
- create libcinit.a/so and link against it => not need right now.
|
|
- pre12 seems to have an IPC problem: Fix it. ==> problem with not finishing cinit startup
|
|
- global symbol to track the connection to cinit in the client
|
|
=> cinit_ipc_cinit() - initalise ipc in the client (only once)
|
|
=> not really our problem, client should be able to remember
|
|
whether she called us once or twice.
|