Ignore:
Timestamp:
May 26, 2009, 4:27:55 PM (15 years ago)
Author:
Christoph Mayer
Message:

-einige fixed bzgl. link management, fehlerhafte serialisierer, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/BaseOverlay.cpp

    r3699 r3705  
    820820                if( iface->onLinkRequest(sourcenode) ){
    821821
     822                        logging_debug("link " << link.toString() <<
     823                                        " has been accepted by service " << service.toString());
     824
    822825                        // call the notification functions
    823826                        iface->onLinkUp( link, sourcenode );
     
    825828
    826829                } else {
     830
     831                        logging_debug("link " << link.toString() <<
     832                                                                " has been denied by service " << service.toString() << ", dropping link");
     833
    827834                        // prevent onLinkDown calls to the service
    828835                        i->second.interface = &CommunicationListener::DEFAULT;
Note: See TracChangeset for help on using the changeset viewer.