PPI: Add optional template arg for packet type to connectors
[senf.git] / PPI / SocketSource.hh
index e0b6b7e..f3bb6b4 100644 (file)
@@ -111,7 +111,7 @@ namespace module {
     public:
         typedef typename Reader::Handle Handle; ///< Handle type requested by the reader
 
-        connector::ActiveOutput output; ///< Output connector to which the data received is written
+        connector::ActiveOutput<> output; ///< Output connector to which the data received is written
         
         ActiveSocketSource(Handle handle); ///< Create new reader for the given handle
                                         /**< Data will be read from \a handle and be parsed by \a