X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/bc691c290cd062a5c929b94d32b92f18ef5d235b..ea9e469b934dd81706ec3f727156b9057e4cf2bb:/process.h diff --git a/process.h b/process.h index fb1fe3f..a197e9a 100644 --- a/process.h +++ b/process.h @@ -94,7 +94,7 @@ private: // Send procedures, with helpers for bookkeeping mode or not void send1_no_bookkeeping(neighbor& nb); void send1_bookkeeping(neighbor& nb); - void send(); + void send_all(); // Returns true if there remains neighbors to listen for bool may_receive() { return ctrl_close_pending || data_close_pending; }