Navigation


Changeset 454:f1484823cb4a in freeDiameter for libfreeDiameter/init.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
  • libfreeDiameter/init.c

    r258 r454  
    3636#include "libfD.h"
    3737
     38/* Only for CPU cache flush */
     39pthread_mutex_t fd_cpu_mtx_dummy = PTHREAD_MUTEX_INITIALIZER;
     40
    3841/* Initialize library variables and threads */
    3942int fd_lib_init(int support_signals)
Note: See TracChangeset for help on using the changeset viewer.