X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSocketSource.hh;h=8ef7b993843969671fc6ec5302fee7a00aac44fb;hb=0e6076544fbcaba94b6339f0074cb2adcd56d515;hp=51ffa01c373b5f877c5b1b8094ece39cb023db6e;hpb=aeb7c57c3b42e83cb0b429989f9c3ab0900a76a4;p=senf.git diff --git a/senf/PPI/SocketSource.hh b/senf/PPI/SocketSource.hh index 51ffa01..8ef7b99 100644 --- a/senf/PPI/SocketSource.hh +++ b/senf/PPI/SocketSource.hh @@ -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_;