Changeset 686:f83d9878bf66 in freeDiameter for libfdproto/messages.c
- Timestamp:
- Jan 19, 2011, 2:35:14 PM (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfdproto/messages.c
r658 r686 1109 1109 1110 1110 /******************* End-to-end counter *********************/ 1111 uint32_t fd_eteid;1112 pthread_mutex_t fd_eteid_lck = PTHREAD_MUTEX_INITIALIZER;1111 static uint32_t fd_eteid; 1112 static pthread_mutex_t fd_eteid_lck = PTHREAD_MUTEX_INITIALIZER; 1113 1113 1114 1114 void fd_msg_eteid_init(void)
Note: See TracChangeset
for help on using the changeset viewer.