aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchilL1n <devchilL1n@gmail.com>2021-12-13 21:06:48 +0100
committerAndy Green <andy@warmcat.com>2021-12-14 08:10:38 +0000
commit7aaa87766dbce818a96f97fc780a3886fa23ea13 (patch)
tree941e0870aecf8828c8f2e27971fdb749366ffe53
parente529720fc1d66f89b87c6865bb7b50ff75c554db (diff)
downloadlibwebsockets-7aaa87766dbce818a96f97fc780a3886fa23ea13.tar.gz
docs: lws_service_tsi
-rw-r--r--include/libwebsockets/lws-service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libwebsockets/lws-service.h b/include/libwebsockets/lws-service.h
index 2f597b31..73e498a7 100644
--- a/include/libwebsockets/lws-service.h
+++ b/include/libwebsockets/lws-service.h
@@ -59,7 +59,7 @@ lws_service(struct lws_context *context, int timeout_ms);
* \param tsi: Thread service index, starting at 0
*
* Same as lws_service(), but for a specific thread service index. Only needed
- * if you are spawning multiple service threads.
+ * if you are spawning multiple service threads that operate on the same lws_context.
*/
LWS_VISIBLE LWS_EXTERN int
lws_service_tsi(struct lws_context *context, int timeout_ms, int tsi);