aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-20 15:57:44 +0200
committerMattias Andrée <maandree@kth.se>2016-07-20 15:57:44 +0200
commit531ba6a89fe9fcdf7961a272007f60a4242e4287 (patch)
tree2c54e5d8e63d821c28e6f69a5ce73f22bbd5f4d2
parentm + Add libcoopgamma_*_unmarshal.3 (diff)
downloadlibcoopgamma-531ba6a89fe9fcdf7961a272007f60a4242e4287.tar.gz
libcoopgamma-531ba6a89fe9fcdf7961a272007f60a4242e4287.tar.bz2
libcoopgamma-531ba6a89fe9fcdf7961a272007f60a4242e4287.tar.xz
disconnect param in libcoopgamma_context_destroy.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--doc/man/libcoopgamma_context_destroy.37
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/man/libcoopgamma_context_destroy.3 b/doc/man/libcoopgamma_context_destroy.3
index f913fa7..4261bba 100644
--- a/doc/man/libcoopgamma_context_destroy.3
+++ b/doc/man/libcoopgamma_context_destroy.3
@@ -5,7 +5,7 @@ libcoopgamma_context_destroy - Deinitialise a libcoopgamma_context_t
.nf
#include <libcoopgamma.h>
-void libcoopgamma_context_destroy(libcoopgamma_context_t *restrict \fIthis\fP);
+void libcoopgamma_context_destroy(libcoopgamma_context_t *restrict \fIthis\fP, int \fIdisconnect\fP);
.fi
.P
Link with
@@ -20,6 +20,11 @@ The function does however not free the
allocation of the pointer
.IR this
itself.
+.P
+If and only if
+.I disconnect
+is a non-zero value, the function will
+disconnect from the coopgamma server.
.SH "SEE ALSO"
.BR libcoopgamma_context_initialise (3),
.BR libcoopgamma_context_marshal (3),