summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-07-31 19:10:03 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-07-31 19:10:03 +0300
commit301c5ae4e216ec240a72fdb98940a98bf9019591 (patch)
tree1985185108929d4cc8234d74fbb0df5d1ad3e5e1 /indra/newview/llviewerobject.h
parentaf011f924165ec895bd087cfeb27876ca656630e (diff)
SL-11657 Separated expected from current inventory serial for better sync and to fix partial loads
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index 9aaf28f5d0..077b02e097 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -802,6 +802,7 @@ protected:
typedef std::list<LLInventoryCallbackInfo*> callback_list_t;
callback_list_t mInventoryCallbacks;
S16 mInventorySerialNum;
+ S16 mExpectedInventorySerialNum;
enum EInventoryRequestState
{