Navigation


Changeset 455:7250e91f0662 in freeDiameter for freeDiameter/cnxctx.c


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

Some additional flush enforcement to attempt to avoid some possible problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/cnxctx.c

    r454 r455  
    691691               
    692692                /* We have received a complete message, pass it to the daemon */
     693                fd_cpu_flush_cache();
    693694                CHECK_FCT_DO( fd_event_send( Target_Queue(conn), FDEVP_CNX_MSG_RECV, length, newmsg), /* continue or destroy everything? */);
    694695               
     
    741742                }
    742743               
     744                fd_cpu_flush_cache();
    743745                CHECK_FCT_DO( fd_event_send( Target_Queue(conn), event, bufsz, buf), goto fatal );
    744746               
     
    925927               
    926928                /* We have received a complete message, pass it to the daemon */
     929                fd_cpu_flush_cache();
    927930                CHECK_FCT_DO( ret = fd_event_send( Target_Queue(conn), FDEVP_CNX_MSG_RECV, length, newmsg),
    928931                        {
Note: See TracChangeset for help on using the changeset viewer.