comparison include/freeDiameter/libfdcore.h @ 1329:175f2eb883a0

Add function to retrieve pmd structure associated with a request. Returns NULL in case of error.
author Thomas Klausner <tk@giga.or.at>
date Mon, 27 Nov 2017 15:27:31 +0100
parents afe0ecdb0692
children 188c82b6690b
comparison
equal deleted inserted replaced
1328:81af4f5a517a 1329:175f2eb883a0
1152 1152
1153 1153
1154 /* Use the following function to retrieve any pmd structure associated with a request matching the current answer. Returns NULL in case of error / no such structure */ 1154 /* Use the following function to retrieve any pmd structure associated with a request matching the current answer. Returns NULL in case of error / no such structure */
1155 struct fd_hook_permsgdata * fd_hook_get_request_pmd(struct fd_hook_data_hdl *data_hdl, struct msg * answer); 1155 struct fd_hook_permsgdata * fd_hook_get_request_pmd(struct fd_hook_data_hdl *data_hdl, struct msg * answer);
1156 1156
1157 /* Use the following function to retrieve any pmd structure associated with a request. Returns NULL in case of error */
1158 struct fd_hook_permsgdata * fd_hook_get_pmd(struct fd_hook_data_hdl *data_hdl, struct msg * msg);
1159
1160
1157 /* The following is used by HOOK_MASK macro */ 1161 /* The following is used by HOOK_MASK macro */
1158 uint32_t fd_hook_mask_helper(int dummy, ...); 1162 uint32_t fd_hook_mask_helper(int dummy, ...);
1159 1163
1160 /*============================================================*/ 1164 /*============================================================*/
1161 1165
"Welcome to our mercurial repository"