Navigation


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

    r258 r454  
    143143        CHECK_PARAMS( msg && *msg && (cnx || (peer && peer->p_cnxctx)));
    144144       
     145        fd_cpu_flush_cache();
    145146        if (peer && (peer->p_hdr.info.runtime.pir_state == STATE_OPEN)) {
    146147                /* Normal case: just queue for the out thread to pick it up */
Note: See TracChangeset for help on using the changeset viewer.