summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httplibcurl.h
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2013-08-16 18:07:49 -0400
committerMonty Brandenberg <monty@lindenlab.com>2013-08-16 18:07:49 -0400
commite764a2a565e18ce2157788f634e85bc3641976b3 (patch)
tree2c0b0b53a0fdb3b07f47eecbc1fefee39a06a913 /indra/llcorehttp/_httplibcurl.h
parentf84a8104b80eacad78b30c09cb016774e5c459c5 (diff)
SH-4407 Tuning to get new code working as well.
Do some runtime code avoidance and skip unnecessary libcurl and syscall invocations.
Diffstat (limited to 'indra/llcorehttp/_httplibcurl.h')
-rwxr-xr-xindra/llcorehttp/_httplibcurl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httplibcurl.h b/indra/llcorehttp/_httplibcurl.h
index 0ec90437bb..67f98dd4f0 100755
--- a/indra/llcorehttp/_httplibcurl.h
+++ b/indra/llcorehttp/_httplibcurl.h
@@ -133,6 +133,7 @@ protected:
active_set_t mActiveOps;
int mPolicyCount;
CURLM ** mMultiHandles; // One handle per policy class
+ int * mActiveHandles; // Active count per policy class
}; // end class HttpLibcurl
} // end namespace LLCore