Added with merge

This commit is contained in:
Massimiliano Pinto
2013-06-25 18:40:29 +02:00
10 changed files with 173 additions and 25 deletions

View File

@ -83,6 +83,7 @@ DCB *rval;
rval->next = NULL;
rval->data = NULL;
rval->protocol = NULL;
rval->session = NULL;
memset(&rval->stats, 0, sizeof(DCBSTATS)); // Zero the statistics
spinlock_acquire(dcbspin);