diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-31 19:10:03 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-31 19:10:03 +0300 |
commit | 301c5ae4e216ec240a72fdb98940a98bf9019591 (patch) | |
tree | 1985185108929d4cc8234d74fbb0df5d1ad3e5e1 /indra/newview/llviewerobject.h | |
parent | af011f924165ec895bd087cfeb27876ca656630e (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.h | 1 |
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 { |