diff options
| author | Merov Linden <merov@lindenlab.com> | 2014-11-11 11:40:19 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2014-11-11 11:40:19 -0800 |
| commit | 4ea33a3b3cb7fa06cd3f84cbdc866cc8ad9bdefa (patch) | |
| tree | 753588ae96193cf376ec16f759bd12ea4407afdb /indra/llcorehttp/_httppolicy.h | |
| parent | b31f7381ae85a0aa6c4d9e93b1d8bac5854fdd01 (diff) | |
| parent | 2301cf800f40101baed7a5936683d0b1e4968be1 (diff) | |
Pull merge from lindenlanb/viewer-release
Diffstat (limited to 'indra/llcorehttp/_httppolicy.h')
| -rwxr-xr-x | indra/llcorehttp/_httppolicy.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httppolicy.h b/indra/llcorehttp/_httppolicy.h index bf1aa74267..11cd89bbd1 100755 --- a/indra/llcorehttp/_httppolicy.h +++ b/indra/llcorehttp/_httppolicy.h @@ -158,6 +158,14 @@ public: /// Threading: called by worker thread int getReadyCount(HttpRequest::policy_t policy_class) const; + /// Stall (or unstall) a policy class preventing requests from + /// transitioning to an active state. Used to allow an HTTP + /// request policy to empty prior to changing settings or state + /// that isn't tolerant of changes when work is outstanding. + /// + /// Threading: called by worker thread + bool stallPolicy(HttpRequest::policy_t policy_class, bool stall); + protected: struct ClassState; typedef std::vector<ClassState *> class_list_t; |
