]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libvici: Fix Doxygen comment for vici_on_close()
authorTobias Brunner <tobias@strongswan.org>
Wed, 22 Feb 2023 13:08:24 +0000 (14:08 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 22 Feb 2023 13:33:34 +0000 (14:33 +0100)
Fixes: 9e5533fef940 ("libvici: Add callback invoked if connection is closed by daemon")
src/libcharon/plugins/vici/libvici.h

index d3b1ba61490d226d979caf19721d86bd4e23b7c9..1edb213238b1698d6647b67eb64b90b033dedab3 100644 (file)
@@ -475,6 +475,7 @@ int vici_register(vici_conn_t *conn, char *name, vici_event_cb_t cb, void *user)
  * Primarily useful when listening for events via vici_register(). The callback
  * gets invoked by a different thread from the libstrongswan thread pool.
  *
+ * @param conn         connection context
  * @param cb           callback function to register, NULL to unregister
  * @param user         user data passed to callback invocation
  */