Packetse: PacketRegistry priority support documentation
[senf.git] / senf / PPI / SocketSource.hh
index 4ae8e8e..7c06aff 100644 (file)
@@ -140,6 +140,9 @@ namespace module {
                                         /**< Assigning an empty or in-valid() handle will disable
                                              the module until a new, valid handle is assigned. */
 
+        bool enabled();                 ///< Check is the IOEvent of the Source is enabled
+        void enabled( bool state);      ///< Change the state of the Source's IOEvent
+
     private:
         void read();