Jacob S. Barrett created GEODE-4261:
---------------------------------------

             Summary: Remove remaining globals
                 Key: GEODE-4261
                 URL: https://issues.apache.org/jira/browse/GEODE-4261
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Jacob S. Barrett


A few globals still remain:

DataOutput.cpp
{code}
ACE_Recursive_Thread_Mutex g_bigBufferLock;
uint32_t DataOutput::m_highWaterMark = 50 * 1024 * 1024;
uint32_t DataOutput::m_lowWaterMark = 8192;
{code}

Add more here as found.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to