Commit b7247f10eb72a55a4446d48c3b731fc8872d8628

Authored by Stéphane Raimbault
1 parent 9b4212c8

A libmodbus context isn't thread safe (closes #246)

Showing 1 changed file with 0 additions and 4 deletions
doc/libmodbus.txt
@@ -137,10 +137,6 @@ Setter/getter of internal socket:: @@ -137,10 +137,6 @@ Setter/getter of internal socket::
137 Information about header:: 137 Information about header::
138 linkmb:modbus_get_header_length[3] 138 linkmb:modbus_get_header_length[3]
139 139
140 -A libmodbus 'context' is thread safe and may be shared among as many application  
141 -threads as necessary, without any additional locking required on the part of the  
142 -caller.  
143 -  
144 Macros for data manipulation:: 140 Macros for data manipulation::
145 141
146 - MODBUS_GET_HIGH_BYTE(data), extracts the high byte from a byte 142 - MODBUS_GET_HIGH_BYTE(data), extracts the high byte from a byte