mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
add missing docs for new context user pointer
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
dc93b7f2e7
commit
15e31f373d
1 changed files with 2 additions and 0 deletions
|
@ -2477,6 +2477,8 @@ OpenSSL_verify_callback(int preverify_ok, X509_STORE_CTX *x509_ctx)
|
|||
* @gid: group id to change to after setting listen socket, or -1.
|
||||
* @uid: user id to change to after setting listen socket, or -1.
|
||||
* @options: 0, or LWS_SERVER_OPTION_DEFEAT_CLIENT_MASK
|
||||
* @user: optional user pointer that can be recovered via the context
|
||||
* pointer using libwebsocket_context_user
|
||||
*
|
||||
* This function creates the listening socket and takes care
|
||||
* of all initialization in one step.
|
||||
|
|
Loading…
Add table
Reference in a new issue