- close on socket handle now calls v_close() -> protocol()->close()
[senf.git] / PPI / IOEvent.hh
index f4b2e77..d8a2b04 100644 (file)
@@ -109,7 +109,7 @@ namespace ppi {
         virtual void v_enable();
          virtual void v_disable();
         
-        void cb(int, Scheduler::EventId event);
+        void cb(Scheduler::EventId event);
 
         int fd_;
         unsigned events_;