VirtualBox

Ignore:
Timestamp:
Apr 30, 2007 3:55:21 PM (18 years ago)
Author:
vboxsync
Message:

XPCOM/IPC/DConnect: Improved: Prune all object instances created on behalf of a peer when it disconnects (normally or abnormally) to release affected objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcd.cpp

    r1 r2440  
    118118IPC_NotifyClientUp(ipcClient *client)
    119119{
     120    LOG(("IPC_NotifyClientUp: clientID=%d\n", client->ID()));
     121
    120122    // notify modules before other clients
    121123    IPC_NotifyModulesClientUp(client);
     
    131133IPC_NotifyClientDown(ipcClient *client)
    132134{
     135    LOG(("IPC_NotifyClientDown: clientID=%d\n", client->ID()));
     136
    133137    // notify modules before other clients
    134138    IPC_NotifyModulesClientDown(client);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette