Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_sr.c

    r837 r938  
    226226        *req = NULL;
    227227        fd_list_insert_before(next, &sr->chain);
     228        srlist->cnt++;
    228229        srl_dump("Saved new request, ", &srlist->srs);
    229230       
     
    281282                /* Unlink */
    282283                fd_list_unlink(&sr->chain);
     284                srlist->cnt--;
    283285                fd_list_unlink(&sr->expire);
    284286                *req = sr->req;
     
    300302                struct sentreq * sr = (struct sentreq *)(srlist->srs.next);
    301303                fd_list_unlink(&sr->chain);
     304                srlist->cnt--;
    302305                fd_list_unlink(&sr->expire);
    303306                if (fd_msg_is_routable(sr->req)) {
Note: See TracChangeset for help on using the changeset viewer.