aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/lliopipe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/lliopipe.cpp')
-rw-r--r--linden/indra/llmessage/lliopipe.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmessage/lliopipe.cpp b/linden/indra/llmessage/lliopipe.cpp
index 3b52fae..1e40940 100644
--- a/linden/indra/llmessage/lliopipe.cpp
+++ b/linden/indra/llmessage/lliopipe.cpp
@@ -55,6 +55,7 @@ static const std::string STATUS_ERROR_NAMES[LLIOPipe::STATUS_ERROR_COUNT] =
55 std::string("STATUS_EXPIRED"), 55 std::string("STATUS_EXPIRED"),
56}; 56};
57 57
58#ifdef LL_DEBUG_PUMPS
58// Debugging schmutz for deadlock 59// Debugging schmutz for deadlock
59const char *gPumpFile = ""; 60const char *gPumpFile = "";
60S32 gPumpLine = 0; 61S32 gPumpLine = 0;
@@ -64,6 +65,7 @@ void pump_debug(const char *file, S32 line)
64 gPumpFile = file; 65 gPumpFile = file;
65 gPumpLine = line; 66 gPumpLine = line;
66} 67}
68#endif /* LL_DEBUG_PUMPS */
67 69
68/** 70/**
69 * LLIOPipe 71 * LLIOPipe