Skip to content
Snippets Groups Projects
Commit 12a00ea8 authored by Andy Green's avatar Andy Green
Browse files

docs: swap _all_protocol_vhost cut and paste

parent e99d725e
No related branches found
No related tags found
No related merge requests found
...@@ -3568,7 +3568,7 @@ lws_callback_on_writable(struct lws *wsi); ...@@ -3568,7 +3568,7 @@ lws_callback_on_writable(struct lws *wsi);
/** /**
* lws_callback_on_writable_all_protocol() - Request a callback for all * lws_callback_on_writable_all_protocol() - Request a callback for all
* connections on same vhost using the given protocol when it * connections using the given protocol when it
* becomes possible to write to each socket without * becomes possible to write to each socket without
* blocking in turn. * blocking in turn.
* *
...@@ -3585,8 +3585,8 @@ lws_callback_on_writable_all_protocol(const struct lws_context *context, ...@@ -3585,8 +3585,8 @@ lws_callback_on_writable_all_protocol(const struct lws_context *context,
/** /**
* lws_callback_on_writable_all_protocol_vhost() - Request a callback for * lws_callback_on_writable_all_protocol_vhost() - Request a callback for
* all connections using the given protocol when it * all connections on same vhost using the given protocol
* becomes possible to write to each socket without * when it becomes possible to write to each socket without
* blocking in turn. * blocking in turn.
* *
* \param vhost: Only consider connections on this lws_vhost * \param vhost: Only consider connections on this lws_vhost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment