From beaf4cd769da4a3415eb3a2f056470355b8fafc5 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 29 Jan 2022 14:16:17 +1000 Subject: [PATCH] update README.multithreading Signed-off-by: Ronnie Sahlberg --- README.multithreading | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.multithreading b/README.multithreading index 77bfcec..b5daa8a 100644 --- a/README.multithreading +++ b/README.multithreading @@ -43,14 +43,6 @@ threads that share the same nfs context. (In the example the threads just runs a busy loop calling nfs_stat64().) -nfs_get_error() ---------------- -Avoid using this function from the application. This string is hared across -all threads and we will need a new, possibly complex, API to replace it. -For example, how do we correctly match error strings that occur in the service -thread to the error string that is presented to a worker thread? - - Porting ------- The multithreading support is abstracted out into two separate files to make