aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/lliopipe.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llmessage/lliopipe.cpp
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-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