Document side_exit()
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Oct 2022 20:08:23 +0000 (16:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Oct 2022 20:08:23 +0000 (16:08 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/side.c

index d6542126aad74dfd40009513981de862d84f7c99..891ed94938837ba6d88aa5026ba872157540ca9f 100644 (file)
@@ -335,6 +335,11 @@ void side_init(void)
        initialized = true;
 }
 
+/*
+ * side_exit() is executed from a library destructor. It can be called
+ * explicitly at application exit as well. Concurrent side API use is
+ * not expected at that point.
+ */
 void side_exit(void)
 {
        struct side_events_register_handle *handle, *tmp;
This page took 0.032952 seconds and 4 git commands to generate.