Navigation


Changeset 454:f1484823cb4a in freeDiameter for freeDiameter/p_dp.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_dp.c

    r403 r454  
    114114        } else {
    115115                /* We received a DPA */
     116                fd_cpu_flush_cache();
    116117                if (peer->p_hdr.info.runtime.pir_state != STATE_CLOSING) {
    117118                        TRACE_DEBUG(INFO, "Ignoring DPA received in state %s", STATE_STR(peer->p_hdr.info.runtime.pir_state));
Note: See TracChangeset for help on using the changeset viewer.