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:
@@ -155,6 +155,7 @@ public:
|
||||
int getKeywordPosition(std::string keyword);
|
||||
|
||||
packetDiagram* getCommand(std::string command);
|
||||
packetDiagram* getCommand(unsigned short command, ll::frequency frequency);
|
||||
ll::llType getFieldType(std::string type);
|
||||
static int getTypeSize(ll::llType type);
|
||||
std::string getTypeName(ll::llType type);
|
||||
|
||||
Reference in New Issue
Block a user