First alpha release
* Fixed several nasty malloc/memcpy/realloc bugs * Added sleeps to the threads * Hack to make the packet flags correct (for now) * Added a default callback and fixed the callback handler * Misc. fixes git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@9 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -96,7 +96,7 @@ public:
|
||||
int sendPacket(Packet* packet);
|
||||
void receivePacket(const boost::asio::error& error, std::size_t length, char* receiveBuffer);
|
||||
|
||||
std::list<Packet*> inbox() { return _inbox; };
|
||||
std::list<Packet*>* inbox() { return &_inbox; };
|
||||
|
||||
LLUUID agent_id() { return _agent_id; };
|
||||
void agent_id(LLUUID agent_id) { _agent_id = agent_id; };
|
||||
|
||||
Reference in New Issue
Block a user