diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-06 04:41:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-06 04:41:19 +0200 |
commit | b865212e6141ae8b538d347ae384bba0dcdad7e8 (patch) | |
tree | 0ee8ce890372c30260647d4a33602d67645a17d9 /src/libcoopgamma.h | |
parent | whitespace (diff) | |
download | libcoopgamma-b865212e6141ae8b538d347ae384bba0dcdad7e8.tar.gz libcoopgamma-b865212e6141ae8b538d347ae384bba0dcdad7e8.tar.bz2 libcoopgamma-b865212e6141ae8b538d347ae384bba0dcdad7e8.tar.xz |
Appearently it is not easy to interrupt recv(3)
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/libcoopgamma.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libcoopgamma.h b/src/libcoopgamma.h index 1022f1e..1737e7f 100644 --- a/src/libcoopgamma.h +++ b/src/libcoopgamma.h @@ -763,9 +763,10 @@ typedef struct libcoopgamma_context */ int bad_message; -#if INT_MAX != LONG_MAX - int padding__; -#endif + /** + * Is communication blocking? + */ + int blocking; /** * Message ID of the next message |