From b7247f10eb72a55a4446d48c3b731fc8872d8628 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Tue, 9 Jun 2015 12:04:00 +0200 Subject: [PATCH] A libmodbus context isn't thread safe (closes #246) --- doc/libmodbus.txt | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/doc/libmodbus.txt b/doc/libmodbus.txt index b353807..d59bc4b 100644 --- a/doc/libmodbus.txt +++ b/doc/libmodbus.txt @@ -137,10 +137,6 @@ Setter/getter of internal socket:: Information about header:: linkmb:modbus_get_header_length[3] -A libmodbus 'context' is thread safe and may be shared among as many application -threads as necessary, without any additional locking required on the part of the -caller. - Macros for data manipulation:: - MODBUS_GET_HIGH_BYTE(data), extracts the high byte from a byte -- libgit2 0.21.4