Exemplo n.º 1
0
void DistGraph::DisconnectLocal( Int localSource, Int target )
{
    DEBUG_ONLY(CSE cse("DistGraph::DisconnectLocal"))
    QueueLocalDisconnection( localSource, target );
    ProcessLocalQueues();
}
Exemplo n.º 2
0
void DistGraph::DisconnectLocal( Int localSource, Int target )
{
    EL_DEBUG_CSE
    QueueLocalDisconnection( localSource, target );
    ProcessLocalQueues();
}