Fix comparison between different next what enum types
This commit is contained in:
parent
658d3dff31
commit
96b6424cae
@ -364,10 +364,10 @@ int AbstractPort::updatePacketListSequential()
|
|||||||
|
|
||||||
switch(streamList_[i]->nextWhat())
|
switch(streamList_[i]->nextWhat())
|
||||||
{
|
{
|
||||||
case ::OstProto::StreamControl::e_nw_stop:
|
case StreamBase::e_nw_stop:
|
||||||
goto _stop_no_more_pkts;
|
goto _stop_no_more_pkts;
|
||||||
|
|
||||||
case ::OstProto::StreamControl::e_nw_goto_id:
|
case StreamBase::e_nw_goto_id:
|
||||||
/*! \todo (MED): define and use
|
/*! \todo (MED): define and use
|
||||||
streamList_[i].d.control().goto_stream_id(); */
|
streamList_[i].d.control().goto_stream_id(); */
|
||||||
|
|
||||||
@ -385,7 +385,7 @@ int AbstractPort::updatePacketListSequential()
|
|||||||
StreamBase::e_su_bursts ? ibg1 : ipg1);
|
StreamBase::e_su_bursts ? ibg1 : ipg1);
|
||||||
goto _stop_no_more_pkts;
|
goto _stop_no_more_pkts;
|
||||||
|
|
||||||
case ::OstProto::StreamControl::e_nw_goto_next:
|
case StreamBase::e_nw_goto_next:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user