Commit Graph

9 Commits

Author SHA1 Message Date
darin@netscape.com
52479d7d97 major overhaul of daemon plug-in module story. modules now talk to the
daemon through a table of function pointers.  this greatly simplifies the
linker magic required to allow the modules to talk with the daemon.
2002-11-07 04:56:06 +00:00
darin@netscape.com
2936853bac added inline utility version of IPC_SendMsg that takes a client ID instead
of an ipcClient pointer.
2002-11-06 19:56:30 +00:00
darin@netscape.com
8075a39ae4 implemented ADD_TARGET/DEL_TARGET messages.
added ipcIDList
2002-11-04 19:46:34 +00:00
darin@netscape.com
7e7ba5e4fe implement ADD_NAME and DEL_NAME messages.
implement part of ADD_TARGET and DEL_TARGET messages.
2002-11-04 06:35:32 +00:00
darin@netscape.com
5c209b46c2 forwarding messages now works 2002-11-03 01:54:46 +00:00
darin@netscape.com
f926ed4060 implement QueryClientByName 2002-11-02 18:57:15 +00:00
darin@netscape.com
b567e99321 next round of revisions
1) added ipcQueue<>
2) added ipcLog
3) closer to having a working QueryClientByName
4) build fix
2002-11-02 02:45:24 +00:00
darin@netscape.com
e55ae73a0a 1) updated IPCM protocol
2) added ipcMessage primitives to simplify IPCM protocol implementation
3) added ipcMessageCast to simplify casting raw messages to specific types
4) added function table in ipcCommandModule
2002-11-01 09:08:25 +00:00
darin@netscape.com
eab2474fae adding IPC framework -- NOT PART OF THE BUILD 2002-10-31 08:19:27 +00:00