Navigation


Changeset 1098:f38d77f9cfd3 in freeDiameter for libfdcore/fdcore-internal.h


Ignore:
Timestamp:
May 9, 2013, 12:59:34 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Initial implementation of the hook mechanism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/fdcore-internal.h

    r1085 r1098  
    363363#define FD_CNX_ORDERED          (1 << 0)        /* All messages sent with this flag set will be delivered in the same order. No guarantee on other messages */
    364364
     365/* Internal calls of the hook mechanism */
     366void   fd_hook_call(enum fd_hook_type type, struct msg * msg, struct fd_peer * peer, void * other, struct fd_msg_pmdl * pmdl);
     367void   fd_hook_associate(struct msg * msg, struct fd_msg_pmdl * pmdl);
     368int    fd_hooks_init(void);
    365369#endif /* _FDCORE_INTERNAL_H */
Note: See TracChangeset for help on using the changeset viewer.