lib/nfs/Glue: destruct the NfsManager in the I/O thread

This allows eliminating the indirection code from the NfsConnection
destructor.
This commit is contained in:
Max Kellermann
2014-10-01 20:39:50 +02:00
parent 1b5ec3e3ca
commit 579912e52f
3 changed files with 8 additions and 5 deletions

View File

@@ -119,6 +119,9 @@ public:
}
#endif
/**
* Must be run from EventLoop's thread.
*/
~NfsConnection();
gcc_pure