aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_deallocate_id.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-05-10 13:44:06 +0200
committerMattias Andrée <maandree@kth.se>2020-05-10 13:44:06 +0200
commit4a968d807d2ec611f443d704ae875911894c04e2 (patch)
treea7c1d4f178842bb6971c7a4b2c159049df794dd0 /libaxl_deallocate_id.3
parentFix struct for ClientMessage event (diff)
downloadlibaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.gz
libaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.bz2
libaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.xz
A few things
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libaxl_deallocate_id.334
1 files changed, 34 insertions, 0 deletions
diff --git a/libaxl_deallocate_id.3 b/libaxl_deallocate_id.3
new file mode 100644
index 0000000..f475bee
--- /dev/null
+++ b/libaxl_deallocate_id.3
@@ -0,0 +1,34 @@
+.TH libaxl_deallocate_id 3 libaxl
+.SH NAME
+libaxl_deallocate_id - Mark a resource ID as reusable
+.SH SYNOPSIS
+.nf
+#include <libaxl.h>
+
+int libaxl_deallocate_id(LIBAXL_CONTEXT *\fIctx\fP, libaxl_id_t \fIid\fP);
+.fi
+.SH DESCRIPTION
+The
+.BR libaxl_deallocate_id ()
+function marks that the resource ID
+specified in the
+.I id
+parameter is reusable. The value of the
+.I ctx
+parameter must be
+.RI non- NULL
+(the function will assume this to be
+the case) and must be created for the
+same connection as the ID was generated
+for.
+.SH RETURN VALUE
+The
+.BR libaxl_deallocate_id ()
+function returns 0 on successful completion
+and a negative libaxl error code on failure.
+.SH ERRORS
+TODO \" errors for libaxl_deallocate_id
+.SH NOTES
+None.
+.SH SEE ALSO
+.BR libaxl_generate_id (3)