PPI: Add optional template arg for packet type to connectors
[senf.git] / PPI / ThrottleBarrier.hh
index fecdbb4..5650fe0 100644 (file)
@@ -52,8 +52,8 @@ namespace module {
         SENF_PPI_MODULE(ThrottleBarrier);
     public:
         
-        connector::PassiveInput input;
-        connector::ActiveOutput output;
+        connector::PassiveInput<> input;
+        connector::ActiveOutput<> output;
 
         ThrottleBarrier();