added a flush() member to ActiveBurstSocketSource
[senf.git] / senf / PPI / SocketSource.hh
index 51ffa01..8ef7b99 100644 (file)
@@ -146,6 +146,7 @@ namespace module {
                                         ///< Set handle
                                         /**< Assigning an empty or in-valid() handle will disable
                                              the module until a new, valid handle is assigned. */
+
     private:
         Handle handle_;
         IOEvent event_;
@@ -182,6 +183,8 @@ namespace module {
         unsigned maxBurst() const;
         void maxBurst(unsigned max_burst);
 
+        void flush();
+
     private:
         Handle handle_;
         IOEvent event_;