diff options
Diffstat (limited to '')
-rw-r--r-- | libcoopgamma.h | 2 | ||||
-rw-r--r-- | libcoopgamma.h.0 | 2 |
2 files changed, 4 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; diff --git a/libcoopgamma.h.0 b/libcoopgamma.h.0 index 73a0b8a..0f6da8d 100644 --- a/libcoopgamma.h.0 +++ b/libcoopgamma.h.0 @@ -453,6 +453,8 @@ function call. .B "int fd" File descriptor for the socket that connects the client to the server. +.B -1 +if no file descriptor is used. .P The .B <libcoopgamma.h> |