diff options
Diffstat (limited to 'src/net/mcast/McastPGMSocket.h')
| -rw-r--r-- | src/net/mcast/McastPGMSocket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/mcast/McastPGMSocket.h b/src/net/mcast/McastPGMSocket.h index ad42aa5..4ccf931 100644 --- a/src/net/mcast/McastPGMSocket.h +++ b/src/net/mcast/McastPGMSocket.h @@ -41,6 +41,7 @@ public: bool open(McastConfiguration const* config, Direction direction); bool finished() const; + bool isOpen() const; void shutdown(int interval = DEFAULT_MULTICAST_SHUTDOWN_TIMEOUT); signals: @@ -67,6 +68,7 @@ private: McastPGMSocket_priv* _priv; QQueue<QByteArray> _q; bool _finished; + bool _opened; QTimer* _nakTimeout; QTimer* _dataTimeout; QTimer* _sendTimeout; |
