X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FCloneSource.hh;h=516e0d47c0b3497f9ec992d4c7d16b9378471c97;hb=e57e1ec99a16261d1f436d1ea42f60dda6aae5cc;hp=8f34b1ff19b907c69981343ea0b420a6c9f76319;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/CloneSource.hh b/PPI/CloneSource.hh index 8f34b1f..516e0d4 100644 --- a/PPI/CloneSource.hh +++ b/PPI/CloneSource.hh @@ -50,9 +50,10 @@ namespace module { SENF_PPI_MODULE(CloneSource); public: - connector::PassiveOutput output; + connector::PassiveOutput<> output; CloneSource(senf::Packet packet); + void replacePacket(senf::Packet packet); private: void request();