Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can cause...
[novacoin.git] / src / net.h
index 37fab7f..3b098e1 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -677,7 +677,7 @@ public:
 
     void BeginMessage(const char* pszCommand)
     {
-        cs_vSend.Enter();
+        cs_vSend.Enter("cs_vSend", __FILE__, __LINE__);
         if (nHeaderStart != -1)
             AbortMessage();
         nHeaderStart = vSend.size();