Navigation


Changeset 686:f83d9878bf66 in freeDiameter for libfdproto/messages.c


Ignore:
Timestamp:
Jan 19, 2011, 2:35:14 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fixed in case of termination of several modules (before initialization completed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/messages.c

    r658 r686  
    11091109
    11101110/******************* End-to-end counter *********************/
    1111 uint32_t fd_eteid;
    1112 pthread_mutex_t fd_eteid_lck = PTHREAD_MUTEX_INITIALIZER;
     1111static uint32_t fd_eteid;
     1112static pthread_mutex_t fd_eteid_lck = PTHREAD_MUTEX_INITIALIZER;
    11131113
    11141114void fd_msg_eteid_init(void)
Note: See TracChangeset for help on using the changeset viewer.