diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-06-30 13:57:11 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-06-30 13:57:11 -0400 |
commit | abf50e8c7d3cf0bab46286f4b300c7d3be976775 (patch) | |
tree | 6135843ed8a65e8d63caac12f8d2292d657d1eb6 /indra/llcommon/llsys.h | |
parent | 01607fe418b19e7439020047c270c0e7c86725e7 (diff) |
CHOP-753: Fix compile errors in LLMemoryInfo Windows-specific code.
Diffstat (limited to 'indra/llcommon/llsys.h')
-rw-r--r-- | indra/llcommon/llsys.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/llsys.h b/indra/llcommon/llsys.h index 8565bfa0b9..7fcb050ed0 100644 --- a/indra/llcommon/llsys.h +++ b/indra/llcommon/llsys.h @@ -141,6 +141,10 @@ public: LLMemoryInfo& refresh(); private: + // These methods are used to set mStatsArray and mStatsMap. + static LLSD loadStatsArray(); + static LLSD loadStatsMap(const LLSD&); + // Memory stats for getStatsArray(). It's straightforward to convert that // to getStatsMap() form, less so to reconstruct the original order when // converting the other way. |