diff options
author | Max Kellermann <max@duempel.org> | 2014-12-14 15:31:49 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-15 00:03:30 +0100 |
commit | 7fa91ec175452823e04dba199bc48df12d3a64f0 (patch) | |
tree | 66b63724c40237d58c46a5a879d98d8d534ca6d9 /src/lib/nfs/Connection.hxx | |
parent | 1d3a09d3770cb9b0f9018bd4ee68240fca5171fe (diff) | |
download | mpd-7fa91ec175452823e04dba199bc48df12d3a64f0.tar.gz mpd-7fa91ec175452823e04dba199bc48df12d3a64f0.tar.xz mpd-7fa91ec175452823e04dba199bc48df12d3a64f0.zip |
lib/nfs/Connection: add debug flag "in_destroy"
Diffstat (limited to 'src/lib/nfs/Connection.hxx')
-rw-r--r-- | src/lib/nfs/Connection.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/nfs/Connection.hxx b/src/lib/nfs/Connection.hxx index e47ba404b..310ccdc44 100644 --- a/src/lib/nfs/Connection.hxx +++ b/src/lib/nfs/Connection.hxx @@ -129,6 +129,11 @@ class NfsConnection : SocketMonitor, DeferredMonitor { * event updates are omitted. */ bool in_event; + + /** + * True when DestroyContext() is being called. + */ + bool in_destroy; #endif bool mount_finished; |