diff options
author | Richard Nelson <none@none> | 2010-03-19 14:22:40 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-03-19 14:22:40 -0700 |
commit | 8992f058e077a78d091c864619d9d740dc305094 (patch) | |
tree | 7d77fbc4451a4eb8b211292a44b8003cb51fdf01 /indra/llcommon | |
parent | fd096e5011c8d777f54c7fe473b12e6730dbedc0 (diff) | |
parent | f50be64167c254e27f635ad47d8940551f0c6ab4 (diff) |
merge
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llsys.h b/indra/llcommon/llsys.h index f1dda1b2e2..c2c45bec9a 100644 --- a/indra/llcommon/llsys.h +++ b/indra/llcommon/llsys.h @@ -122,6 +122,7 @@ public: U32 getPhysicalMemoryClamped() const; ///< Memory size in clamped bytes }; + LL_COMMON_API std::ostream& operator<<(std::ostream& s, const LLOSInfo& info); LL_COMMON_API std::ostream& operator<<(std::ostream& s, const LLCPUInfo& info); LL_COMMON_API std::ostream& operator<<(std::ostream& s, const LLMemoryInfo& info); |