X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/5a4a8663668a3af89fe7c4026d08f3e0fb144f05..4875a2f2ad219d4f1ebd94b39d86272177760567:/process.h?ds=sidebyside diff --git a/process.h b/process.h index 78fc507..24d4c39 100644 --- a/process.h +++ b/process.h @@ -98,7 +98,9 @@ private: void send_all(); // Returns true if there remains neighbors to listen for - bool may_receive() { return ctrl_close_pending || data_close_pending; } + bool may_receive() const { + return ctrl_close_pending || data_close_pending; + } // Receive procedure // Parameter "timeout" may be 0 for non-blocking operation, -1 for