diff options
Diffstat (limited to 'linden/indra/llplugin/llpluginprocessparent.h')
-rwxr-xr-x | linden/indra/llplugin/llpluginprocessparent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llplugin/llpluginprocessparent.h b/linden/indra/llplugin/llpluginprocessparent.h index 95f5f70..bba3643 100755 --- a/linden/indra/llplugin/llpluginprocessparent.h +++ b/linden/indra/llplugin/llpluginprocessparent.h | |||
@@ -186,7 +186,9 @@ private: | |||
186 | 186 | ||
187 | static bool sUseReadThread; | 187 | static bool sUseReadThread; |
188 | apr_pollfd_t mPollFD; | 188 | apr_pollfd_t mPollFD; |
189 | AIAPRPool mPollFDPool; | ||
189 | static apr_pollset_t *sPollSet; | 190 | static apr_pollset_t *sPollSet; |
191 | static AIAPRPool sPollSetPool; | ||
190 | static bool sPollsetNeedsRebuild; | 192 | static bool sPollsetNeedsRebuild; |
191 | static LLMutex *sInstancesMutex; | 193 | static LLMutex *sInstancesMutex; |
192 | static std::list<LLPluginProcessParent*> sInstances; | 194 | static std::list<LLPluginProcessParent*> sInstances; |