Added the initial implementation of the shardrouter module.

This commit is contained in:
Markus Makela
2015-01-23 06:40:30 +02:00
parent db1ea422a0
commit 8791cc455e
7 changed files with 3207 additions and 4821 deletions

View File

@ -624,7 +624,7 @@ char* get_lenenc_str(void* data, int* len)
{
unsigned char* ptr = data;
char* rval;
int size, offset;
long size, offset;
if(data == NULL || len == NULL)
{