diff include/freeDiameter/libfdproto.h @ 1102:1d7b3ebda27f

Implemented the calls to HOOK_DATA_RECEIVED hook
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 09 May 2013 16:40:02 +0800
parents 40b48a3997a2
children d8591b1c56cd
line wrap: on
line diff
--- a/include/freeDiameter/libfdproto.h	Thu May 09 12:06:03 2013 +0800
+++ b/include/freeDiameter/libfdproto.h	Thu May 09 16:40:02 2013 +0800
@@ -2552,9 +2552,9 @@
 	struct fd_list sentinel; /* if the sentinel.o field is NULL, the structure is not initialized. Otherwise it points to the cleanup function in libfdcore. */
 	pthread_mutex_t lock;
 };
-#define FD_MSG_PMDL_INITIALIZER(pmdl_ptr)        { FD_LIST_INITIALIZER(  (pmdl_ptr)->sentinel       ), PTHREAD_MUTEX_INITIALIZER }
 struct fd_msg_pmdl * fd_msg_pmdl_get(struct msg * msg);
 
+
 /***************************************/
 /*   Manage AVP values                 */
 /***************************************/
"Welcome to our mercurial repository"