summaryrefslogtreecommitdiff
path: root/indra/llcommon/llavatarname.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-04-08 15:43:00 -0700
committerJames Cook <james@lindenlab.com>2010-04-08 15:43:00 -0700
commit0b36c4181203e37d6fc3e59817d5b5abd2d7611e (patch)
tree9c3ed9e4933e568721b03c58c803576d08969e07 /indra/llcommon/llavatarname.h
parentadcee4486b1ff7e3d60e3cd608172b15525242bc (diff)
DEV-47529 Add expiration to display name cache for viewer
Also synchronize LLAvatarNameCache with server version TODO: Get expiration time from web service
Diffstat (limited to 'indra/llcommon/llavatarname.h')
-rw-r--r--indra/llcommon/llavatarname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llavatarname.h b/indra/llcommon/llavatarname.h
index fb67c16f45..4d50f6e76d 100644
--- a/indra/llcommon/llavatarname.h
+++ b/indra/llcommon/llavatarname.h
@@ -58,7 +58,7 @@ public:
// Names can change, so need to keep track of when name was
// last checked.
// Unix time-from-epoch seconds
- U32 mLastUpdate;
+ U32 mExpires;
// Can be a viewer UI image name ("Person_Check") or a server-side
// image UUID, or empty string.