Skip to content

Commit

Permalink
Doc addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Jul 9, 2014
1 parent 8b2effc commit fa9fece
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/mosquitto.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ struct mosquitto;
* Topic: Threads
* libmosquitto provides thread safe operation, with the exception of
* <mosquitto_lib_init> which is not thread safe.
*
* If your application uses threads you must use <mosquitto_threaded_set> to
* tell the library this is the case, otherwise it makes some optimisations
* for the single threaded case that may result in unexpected behaviour for
* the multi threaded case.
*/
/***************************************************
* Important note
Expand Down

0 comments on commit fa9fece

Please sign in to comment.