Goats are as delicate as the UDP pipeline

This commit is contained in:
Lirusaito
2019-07-01 20:29:08 -04:00
parent aec4278292
commit ce42937e3f

View File

@@ -32,6 +32,8 @@
#include "llstl.h"
#include "llindexedvector.h"
#include <unordered_map>
extern U32 sMsgDataAllocSize;
extern U32 sMsgdataAllocCount;
class LLMsgVarData
@@ -131,7 +133,7 @@ public:
void addDataFast(char *blockname, char *varname, const void *data, S32 size, EMsgVariableType type, S32 data_size = -1);
public:
typedef boost::unordered_map<char*, LLMsgBlkData*> msg_blk_data_map_t;
typedef std::unordered_map<char*, LLMsgBlkData*> msg_blk_data_map_t;
msg_blk_data_map_t mMemberBlocks;
char *mName;
S32 mTotalSize;