mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
libvici: Fix Doxygen comment for vici_on_close()
Fixes: 9e5533fef940 ("libvici: Add callback invoked if connection is closed by daemon")
This commit is contained in:
parent
a5ba701783
commit
501483b313
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user