X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FQueueing.cc;h=e26ce52962211f32f85d8c6c6af773470790bd36;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=1240626bc923b8386b88c87fee0db236a9439f8f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/Queueing.cc b/senf/PPI/Queueing.cc index 1240626..e26ce52 100644 --- a/senf/PPI/Queueing.cc +++ b/senf/PPI/Queueing.cc @@ -31,15 +31,15 @@ //#include "Queueing.mpp" #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::ThresholdQueueing prefix_ void senf::ppi::ThresholdQueueing::update(connector::GenericPassiveInput & input, Event event) { switch (event) { - case ENQUEUE: + case ENQUEUE: if (input.queueSize() >= high_) input.throttle(); break; @@ -50,7 +50,7 @@ prefix_ void senf::ppi::ThresholdQueueing::update(connector::GenericPassiveInput } } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_ //#include "Queueing.mpp"