|
|
@ -199,7 +199,7 @@ char *basilisk_respond_addmessage(struct supernet_info *myinfo,uint8_t *key,int3 |
|
|
|
HASH_ADD_KEYPTR(hh,myinfo->messagetable,msg->key,msg->keylen,msg); |
|
|
|
for (i=0; i<BASILISK_KEYSIZE; i++) |
|
|
|
printf("%02x",key[i]); |
|
|
|
printf(" <- ADDMSG.[%d] exp %u\n",QUEUEITEMS,msg->expiration); |
|
|
|
printf(" <- ADDMSG.[%d] exp %u %p (%p %p)\n",QUEUEITEMS,msg->expiration,msg,msg->hh.next,msg->hh.prev); |
|
|
|
QUEUEITEMS++; |
|
|
|
portable_mutex_unlock(&myinfo->messagemutex); |
|
|
|
if ( sendping != 0 ) |
|
|
|