PPI: Add optional template arg for packet type to connectors
[senf.git] / PPI / Route.test.cc
index 7cc90b1..1db8183 100644 (file)
@@ -50,11 +50,11 @@ namespace {
         SENF_PPI_MODULE(RouteTester);
 
     public:
-        connector::ActiveInput activeIn;
-        connector::PassiveInput passiveIn;
+        connector::ActiveInput<> activeIn;
+        connector::PassiveInput<> passiveIn;
 
-        connector::ActiveOutput activeOut;
-        connector::PassiveOutput passiveOut;
+        connector::ActiveOutput<> activeOut;
+        connector::PassiveOutput<> passiveOut;
 
         ppi::DebugEvent event;