X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FPassiveQueue.hh;h=20734b69574f4ff4f365760190e8c163ce8003cd;hb=69255c0f1669fc80b0e4a2bf524715f336b127ad;hp=38cbfab20062ad580fcff78b269acff6943a2edf;hpb=58e527462abb46e321c94fda65f758b67ac3aef2;p=senf.git diff --git a/PPI/PassiveQueue.hh b/PPI/PassiveQueue.hh index 38cbfab..20734b6 100644 --- a/PPI/PassiveQueue.hh +++ b/PPI/PassiveQueue.hh @@ -45,8 +45,9 @@ namespace module { requested from the passive output, a packet is dequeued. The PassiveQueue will automatically throttle in both directions. Throttling on the input - connector is the standard throttling as implemented in connector::PassiveInput. Additional, - forward throttling notifications are sent out whenever the queue is empty. + connector is the standard throttling as implemented in + connector::PassiveInput<>. Additional forward throttling notifications are sent out + whenever the queue is empty. \ingroup adapter_modules */ @@ -55,8 +56,8 @@ namespace module { { SENF_PPI_MODULE(PassiveQueue); public: - connector::PassiveInput input; - connector::PassiveOutput output; + connector::PassiveInput<> input; + connector::PassiveOutput<> output; PassiveQueue(); @@ -66,7 +67,7 @@ namespace module { queue. This call is just forwarded to the \a input connector. - \see connector::PassiveInput::qdisc() */ + \see connector::GenericPassiveInput::qdisc() */ private: void init();