comparison libfdcore/p_sr.c @ 1239:b059b9e8ef83

Update the sent request counter in case of expiry
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 10 Oct 2013 16:19:23 +0200
parents 8f9684264fe0
children 0420ccc4671a
comparison
equal deleted inserted replaced
1238:8f9684264fe0 1239:b059b9e8ef83
160 /* Restore the hbhid */ 160 /* Restore the hbhid */
161 *((uint32_t *)first->chain.o) = first->prevhbh; 161 *((uint32_t *)first->chain.o) = first->prevhbh;
162 162
163 /* Free the sentreq information */ 163 /* Free the sentreq information */
164 fd_list_unlink(&first->chain); 164 fd_list_unlink(&first->chain);
165 srlist->cnt--;
165 fd_list_unlink(&first->expire); 166 fd_list_unlink(&first->expire);
166 free(first); 167 free(first);
167 168
168 no_error = 1; 169 no_error = 1;
169 unlock: 170 unlock:
"Welcome to our mercurial repository"