Navigation


Changeset 1329:175f2eb883a0 in freeDiameter for include


Ignore:
Timestamp:
Nov 27, 2017, 11:27:31 PM (6 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Add function to retrieve pmd structure associated with a request.

Returns NULL in case of error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r1326 r1329  
    11551155struct fd_hook_permsgdata * fd_hook_get_request_pmd(struct fd_hook_data_hdl *data_hdl, struct msg * answer);
    11561156
     1157/* Use the following function to retrieve any pmd structure associated with a request. Returns NULL in case of error */
     1158struct fd_hook_permsgdata * fd_hook_get_pmd(struct fd_hook_data_hdl *data_hdl, struct msg * msg);
     1159
     1160
    11571161/* The following is used by HOOK_MASK macro */
    11581162uint32_t fd_hook_mask_helper(int dummy, ...);
Note: See TracChangeset for help on using the changeset viewer.