diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-10 17:50:58 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-10 17:52:46 +0100 |
commit | ec1bcdcd0dd6e196303e8d9a30b3b2740e32c502 (patch) | |
tree | dcc759aaf897c915827659e00644f12503cf1268 /libcoopgamma.h | |
parent | Improve makefile (diff) | |
download | libcoopgamma-ec1bcdcd0dd6e196303e8d9a30b3b2740e32c502.tar.gz libcoopgamma-ec1bcdcd0dd6e196303e8d9a30b3b2740e32c502.tar.bz2 libcoopgamma-ec1bcdcd0dd6e196303e8d9a30b3b2740e32c502.tar.xz |
Minor code improvements and split into multiple c files
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcoopgamma.h')
-rw-r--r-- | libcoopgamma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcoopgamma.h b/libcoopgamma.h index 5f5e800..f6a7554 100644 --- a/libcoopgamma.h +++ b/libcoopgamma.h @@ -714,6 +714,8 @@ typedef struct libcoopgamma_context { /** * File descriptor for the socket + * + * `-1` if no file descriptor is used */ int fd; |