connectivitylayer/isce/p2prouter_dll/src/p2plink.cpp
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
   118         )
   118         )
   119     {
   119     {
   120 
   120 
   121     // No traces allowed due to not allowed to block.
   121     // No traces allowed due to not allowed to block.
   122     // Negation sets variable to be over EAmountOfTrxs if it is not present.
   122     // Negation sets variable to be over EAmountOfTrxs if it is not present.
   123     iShTrxId = ~iShTrxId;// TODO: check this atomicity and synch if needed
   123     iShTrxId = ~iShTrxId;//  check this atomicity and synch if needed
   124     iRouter->NotifyTrxPresenceEnqueDfc( aPresent );
   124     iRouter->NotifyTrxPresenceEnqueDfc( aPresent );
   125 
   125 
   126     }
   126     }
   127 // From MMuxLinkIf end
   127 // From MMuxLinkIf end
   128 
   128 
   155     {
   155     {
   156 
   156 
   157     C_TRACE( ( _T( "DP2PLink::Send 0x%x 0x%x map %d <>" ), this, &aMsg, iProtocolId ) );
   157     C_TRACE( ( _T( "DP2PLink::Send 0x%x 0x%x map %d <>" ), this, &aMsg, iProtocolId ) );
   158     ASSERT_RESET_ALWAYS( iMux, ( EP2PInitFailed2 | EDP2PLinkTraceId << KClassIdentifierShift ) );
   158     ASSERT_RESET_ALWAYS( iMux, ( EP2PInitFailed2 | EDP2PLinkTraceId << KClassIdentifierShift ) );
   159     // Send with default prio.
   159     // Send with default prio.
   160     iMux->Send( aMsg, iProtocolId ); // TODO: send priorities
   160     iMux->Send( aMsg, iProtocolId ); //  send priorities
   161 
   161 
   162     }
   162     }
   163 
   163 
   164 // From MP2PRouterLinkIf end
   164 // From MP2PRouterLinkIf end
   165 
   165