Utils/Console: Add short help to 'ls' output
[senf.git] / PPI / IdleEvent.cci
index 41ccf87..7c43754 100644 (file)
@@ -32,7 +32,7 @@
 // senf::ppi::IdleEvent
 
 prefix_ senf::ppi::IdleEvent::IdleEvent()
-    : id_(0)
+    : timer_ ("senf::ppi::IdleEvent", boost::bind(&IdleEvent::cb,this))
 {}
 
 ///////////////////////////////cci.e///////////////////////////////////////