Navigation


Changeset 454:f1484823cb4a in freeDiameter for freeDiameter/p_expiry.c


Ignore:
Timestamp:
Jul 29, 2010, 4:11:12 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Small hack which might spear some concurrency problems and is quite harmless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/p_expiry.c

    r78 r454  
    6161                        struct fd_peer * peer = (struct fd_peer *)li;
    6262                       
     63                        fd_cpu_flush_cache();
    6364                        if (peer->p_hdr.info.runtime.pir_state != STATE_ZOMBIE)
    6465                                continue;
Note: See TracChangeset for help on using the changeset viewer.