diff options
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 |